forked from extern/egroupware
Cleanup buttons
This commit is contained in:
parent
eb459be3b5
commit
f80fa4650b
@ -64,67 +64,52 @@
|
||||
<!-- BEGIN addressbook_footer -->
|
||||
</table>
|
||||
<table width="75%" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<form action="{add_url}" method="post">
|
||||
<td width="16%">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Add" value="{lang_add}">
|
||||
</div>
|
||||
</td>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
</form>
|
||||
<form action="{vcard_url}" method="post">
|
||||
<td width="16%">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="AddVcard" value="{lang_addvcard}">
|
||||
</div>
|
||||
</td>
|
||||
<td width="64%"> </td>
|
||||
<td width="4%"> </td>
|
||||
</tr>
|
||||
</form>
|
||||
<tr>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
<form action="{import_url}" method="post">
|
||||
<td width="16%">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Import" value="{lang_import}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
</form>
|
||||
<form action="{import_alt_url}" method="post">
|
||||
<td width="16%">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Import" value="{lang_import_alt}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
</form>
|
||||
<form action="{export_url}" method="post">
|
||||
<td width="16%">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Export" value="{lang_export}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="64%"> </td>
|
||||
<td width="4"> </td>
|
||||
</form>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
Loading…
Reference in New Issue
Block a user