mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
Just a small tweak
This commit is contained in:
parent
5108e6c37e
commit
402ab7a87b
@ -91,7 +91,7 @@
|
|||||||
$db = $phpgw->db;
|
$db = $phpgw->db;
|
||||||
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
|
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
|
||||||
$db->next_record();
|
$db->next_record();
|
||||||
$tpl->set_var('current_users','<a href="' . $phpgw->link('/admin/currentusers.php') . '"> '
|
$tpl->set_var('current_users','<a style="font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt;" href="' . $phpgw->link('/admin/currentusers.php') . '"> '
|
||||||
. lang('Current users') . ': ' . $db->f(0) . '</a>');
|
. lang('Current users') . ': ' . $db->f(0) . '</a>');
|
||||||
}
|
}
|
||||||
$tpl->set_var('user_info',$phpgw->common->display_fullname() . ' - '
|
$tpl->set_var('user_info',$phpgw->common->display_fullname() . ' - '
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
{current_users}
|
{current_users}
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
{powered_by}
|
<font style="font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt;">{powered_by}</font>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user