Just a small tweak

This commit is contained in:
jengo 2001-08-08 06:58:37 +00:00
parent 5108e6c37e
commit 402ab7a87b
2 changed files with 2 additions and 2 deletions

View File

@ -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') . '">&nbsp;'
$tpl->set_var('current_users','<a style="font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt;" href="' . $phpgw->link('/admin/currentusers.php') . '">&nbsp;'
. lang('Current users') . ': ' . $db->f(0) . '</a>');
}
$tpl->set_var('user_info',$phpgw->common->display_fullname() . ' - '

View File

@ -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>