egroupware/admin/templates/default/groups_row.tpl

9 lines
165 B
Smarty
Raw Normal View History

2000-11-22 07:22:00 +01:00
<!-- BEGIN row -->
<tr bgcolor="{tr_color}">
<td>{group_name}</td>
<td width="5%">{edit_link}</td>
<td width="5%">{delete_link}</td>
</tr>
<!-- END row -->