mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Just a small tweak
This commit is contained in:
parent
5108e6c37e
commit
402ab7a87b
@ -91,7 +91,7 @@
|
||||
$db = $phpgw->db;
|
||||
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
|
||||
$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>');
|
||||
}
|
||||
$tpl->set_var('user_info',$phpgw->common->display_fullname() . ' - '
|
||||
|
@ -22,7 +22,7 @@
|
||||
{current_users}
|
||||
</td>
|
||||
<td align="right">
|
||||
{powered_by}
|
||||
<font style="font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt;">{powered_by}</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user