egroupware/admin/templates/default/menurow.tpl
zhangweiwu d2444ac288 further modification to replace typical phpgw style
<TD BGCOLOR="{ROW_ON}">
with egroupware style
<td class="row_on">
for more flexibility. most of these files are years old.
(pim proofread)
2005-07-06 02:26:44 +00:00

20 lines
461 B
Smarty

<!-- BEGIN menu_links -->
<table border="0" width="100%">
<tr class="th">
<td>&nbsp;</td>
</tr>
{all_rows}
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="row_on">&nbsp;&nbsp;<a href="{link_done}">{lang_done}</a></td>
</tr>
</table>
<!-- END menu_links -->
<!-- BEGIN link_row -->
<tr class="{class}">
<td>&nbsp;&nbsp;<a href="{row_link}">{row_text}</a></td>
</tr>
<!-- END link_row -->