Added advanced search to Download Manager.
This commit is contained in:
parent
97d4de7b81
commit
bb226a6bc9
2 changed files with 44 additions and 58 deletions
|
|
@ -60,7 +60,7 @@ sub round {
|
|||
# example: sortByColumn(columnToSort,columnLabel);
|
||||
sub sortByColumn {
|
||||
my ($output);
|
||||
$output = '<a href="'.WebGUI::URL::page('sort='.$_[0].'&sortDirection=');
|
||||
$output = '<a href="'.WebGUI::URL::append($_[2],'sort='.$_[0].'&sortDirection=');
|
||||
if ($session{form}{sortDirection} eq "asc") {
|
||||
$output .= "desc";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue