egroupware_official/phpgwapi/templates/default/navbar.tpl

16 lines
427 B
Smarty

<!-- BEGIN navbar -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="{navbar_color}">
<td align="left" nowrap>{user_info}</td>
<td align="right">{applications}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left">{powered_by}</td>
<td align="right">{current_users}</td>
</tr>
</table>
<center>{messages}</center>
<!-- END navbar -->