show_sort_order did not have the path.

This commit is contained in:
q-bert 2001-04-06 16:55:03 +00:00
parent 57a0519eef
commit 099cc39bdd
2 changed files with 7 additions and 7 deletions

View File

@ -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"));

View File

@ -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();
?>
?>