egroupware/etemplate/templates/default/applications.tpl
2016-05-11 12:43:23 +00:00

38 lines
692 B
Smarty

<!-- BEGIN list -->
<br>
<table border="0" width="45%" align="center">
<tr class="th">
{left}
<td align="center">{lang_showing}</td>
{right}
</tr>
</table>
<table border="0" width="45%" align="center" class="egwGridView_grid">
<tr class="th">
<th> {sort_title} </td>
<th>{lang_edit}</td>
</tr>
{rows}
</table>
<table border="0" width="45%" align="center">
<tr>
<td align="left">
<!-- <form method="POST" action="{new_action}">
<input type="submit" value="{create_new}">
</form>-->&nbsp;
</td>
</tr>
</table>
<!-- END list -->
<!-- BEGIN row -->
<tr class="{tr_class}">
<td>{name}</td>
<td width="5%">{edit}</td>
</tr>
<!-- END row -->