mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
show_sort_order did not have the path.
This commit is contained in:
parent
57a0519eef
commit
099cc39bdd
@ -33,7 +33,7 @@
|
||||
$p->set_var("bg_color",$phpgw_info["theme"]["bg_color"]);
|
||||
$p->set_var("th_bg",$phpgw_info["theme"]["th_bg"]);
|
||||
|
||||
$p->set_var("sort_title",$phpgw->nextmatchs->show_sort_order($sort,"app_title",$order,"applications.php",lang("title")));
|
||||
$p->set_var("sort_title",$phpgw->nextmatchs->show_sort_order($sort,"app_title",$order,"/admin/applications.php",lang("title")));
|
||||
$p->set_var("lang_edit",lang("Edit"));
|
||||
$p->set_var("lang_delete",lang("Delete"));
|
||||
$p->set_var("lang_enabled",lang("Enabled"));
|
||||
|
@ -40,15 +40,15 @@
|
||||
$phpgw->template->set_var('th_bg',$phpgw_info['theme']['th_bg']);
|
||||
|
||||
$phpgw->template->set_var('sort_loginid',$phpgw->nextmatchs->show_sort_order($sort,'session_lid',$order,
|
||||
'currentusers.php',lang('LoginID')));
|
||||
'/admin/currentusers.php',lang('LoginID')));
|
||||
$phpgw->template->set_var('sort_ip',$phpgw->nextmatchs->show_sort_order($sort,'session_ip',$order,
|
||||
'currentusers.php',lang('IP')));
|
||||
'/admin/currentusers.php',lang('IP')));
|
||||
$phpgw->template->set_var('sort_login_time',$phpgw->nextmatchs->show_sort_order($sort,'session_logintime',$order,
|
||||
'currentusers.php',lang('Login Time')));
|
||||
'/admin/currentusers.php',lang('Login Time')));
|
||||
$phpgw->template->set_var('sort_action',$phpgw->nextmatchs->show_sort_order($sort,'session_action',$order,
|
||||
'currentusers.php',lang('Action')));
|
||||
'/admin/currentusers.php',lang('Action')));
|
||||
$phpgw->template->set_var('sort_idle',$phpgw->nextmatchs->show_sort_order($sort,'session_dla',$order,
|
||||
'currentusers.php',lang('idle')));
|
||||
'/admin/currentusers.php',lang('idle')));
|
||||
$phpgw->template->set_var('lang_kill',lang('Kill'));
|
||||
|
||||
if ($order)
|
||||
@ -99,4 +99,4 @@
|
||||
|
||||
$phpgw->template->pparse('out','list');
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user