mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
43 lines
1.2 KiB
Smarty
43 lines
1.2 KiB
Smarty
<!-- BEGIN addressbook_footer -->
|
|
</table>
|
|
<form method="POST" action="{actionurl}">
|
|
<input type="hidden" name="start" value="{start}">
|
|
<input type="hidden" name="filter" value="{filter}">
|
|
<table width="75%" border="0" cellspacing="0" cellpadding="4">
|
|
<tr>
|
|
<td width="16%">
|
|
<div align="left">
|
|
<input type="submit" name="Add" value="{lang_add}">
|
|
</div>
|
|
</td>
|
|
<td width="16%">
|
|
<div align="left">
|
|
<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">
|
|
<input type="submit" name="Import" value="{lang_import}">
|
|
</form>
|
|
</div>
|
|
</td>
|
|
<td width="16%">
|
|
<div align="left">
|
|
<form action="{export_url}" method="post">
|
|
<input type="submit" name="Export" value="{lang_export}">
|
|
</form>
|
|
</div>
|
|
</td>
|
|
<td width="64%"> </td>
|
|
<td width="4"> </td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
<!-- END addressbook_footer -->
|