forked from extern/egroupware
38 lines
692 B
Smarty
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>-->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- END list -->
|
|
|
|
<!-- BEGIN row -->
|
|
<tr class="{tr_class}">
|
|
<td>{name}</td>
|
|
<td width="5%">{edit}</td>
|
|
</tr>
|
|
<!-- END row -->
|