mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
72 lines
1.5 KiB
Smarty
72 lines
1.5 KiB
Smarty
<!-- BEGIN list -->
|
|
<p>
|
|
<table border="0" width="45%" align="center">
|
|
<tr>
|
|
<td colspan="5">
|
|
<table width="100%"><tr>
|
|
<!-- BEGIN letter_search -->
|
|
<td class="{class}" onclick="location.href='{link}';">{letter}</td>
|
|
<!-- END letter_search -->
|
|
</tr></table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
{left_next_matchs}
|
|
<td align="center">{lang_groups}</td>
|
|
{right_next_matchs}
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="0" width="45%" align="center" class="egwGridView_grid">
|
|
<tr class="th">
|
|
<td>{sort_name}</td>
|
|
<td>{header_edit}</td>
|
|
<td>{header_delete}</td>
|
|
</tr>
|
|
|
|
{rows}
|
|
|
|
</table>
|
|
|
|
<table border="0" width="45%" align="center">
|
|
<tr>
|
|
<td align="left">
|
|
<form method="POST" action="{new_action}">
|
|
{input_add}
|
|
</form>
|
|
</td>
|
|
<td align="right">
|
|
<!--
|
|
<form method="POST" action="{search_action}">
|
|
{input_search}
|
|
</form>
|
|
-->
|
|
<form method="POST" action="{accounts_url}">
|
|
<table width="100%"><tr>
|
|
<td>{lang_group} {group}</td>
|
|
<td align="right">
|
|
{query_type}
|
|
<input type="text" name="query" value="{query}">
|
|
<input type="submit" name="search" value="{lang_search}">
|
|
</td>
|
|
</tr></table>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- END list -->
|
|
|
|
<!-- BEGIN row -->
|
|
<tr class="{class}">
|
|
<td>{group_name}</td>
|
|
<td class="narrow_column">{edit_link}</td>
|
|
<td class="narrow_column">{delete_link}</td>
|
|
</tr>
|
|
<!-- END row -->
|
|
|
|
<!-- BEGIN row_empty -->
|
|
<tr>
|
|
<td colspan="5" align="center">{message}</td>
|
|
</tr>
|
|
<!-- END row_empty -->
|