mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
24 lines
672 B
Smarty
24 lines
672 B
Smarty
|
<!-- BEGIN addressbook_footer -->
|
||
|
<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="4%">
|
||
|
<div align="right">
|
||
|
<input type="submit" name="Add" value="{lang_add}">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td width="8%">
|
||
|
<div align="right">
|
||
|
<input type="submit" name="AddVcard" value="{lang_addvcard}">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td width="64%"> </td>
|
||
|
<td width="24%"> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
</center>
|
||
|
<!-- END addressbook_footer -->
|