forked from extern/egroupware
show_sort_order did not have path.
This commit is contained in:
parent
099cc39bdd
commit
08a4cac127
@ -45,7 +45,7 @@
|
||||
$p->set_var("right_nextmatchs",$phpgw->nextmatchs->right("/admin/groups.php",$start,$total));
|
||||
$p->set_var("lang_groups",lang("user groups"));
|
||||
|
||||
$p->set_var("sort_name",$phpgw->nextmatchs->show_sort_order($sort,"account_lid",$order,"groups.php",lang("name")));
|
||||
$p->set_var("sort_name",$phpgw->nextmatchs->show_sort_order($sort,"account_lid",$order,"/admin/groups.php",lang("name")));
|
||||
$p->set_var("header_edit",lang("Edit"));
|
||||
$p->set_var("header_delete",lang("Delete"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user