egroupware/admin/templates/default/menurow.tpl
Lars Kneschke 8d7ba95ea6 created a class to create the left menu for plugins
changed the code for editaccount and viewaccount
2001-08-28 21:50:10 +00:00

28 lines
563 B
Smarty

<!-- BEGIN menu_links -->
<td valign="top" width="140">
<table border="0" width="100%">
<tr bgcolor="{th_bg}">
<td>&nbsp;</td>
</tr>
{all_rows}
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td bgcolor="{row_on}">
&nbsp;&nbsp;<a href="{link_done}">{lang_done}</a>
</td>
</tr>
</table>
</td>
<!-- END menu_links -->
<!-- BEGIN link_row -->
<tr bgcolor="{tr_color}">
<td colspan="2">&nbsp;&nbsp;<a href="{row_link}">{row_text}</a></td>
</tr>
<!-- END link_row -->