mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Table columns retain current search parameters
This commit is contained in:
parent
488acd1be9
commit
ee02c13d91
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
$columnicon = " <img src=\"$CFG->pixpath/t/$columnicon.gif\" />";
|
$columnicon = " <img src=\"$CFG->pixpath/t/$columnicon.gif\" />";
|
||||||
|
|
||||||
}
|
}
|
||||||
$$column = "<a HREF=\"user.php?sort=$column&dir=$columndir&search=$search\">".$string[$column]."</a>$columnicon";
|
$$column = "<a href=\"user.php?sort=$column&dir=$columndir&search=$search&firstinitial=$firstinitial&lastinitial=$lastinitial\">".$string[$column]."</a>$columnicon";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($sort == "name") {
|
if ($sort == "name") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue