mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
38 lines
1.1 KiB
Smarty
38 lines
1.1 KiB
Smarty
|
|
<!-- BEGIN view header -->
|
|
{view_header}
|
|
<!-- END view header -->
|
|
<!-- BEGIN view columns-->
|
|
{cols}
|
|
<!-- END view columns -->
|
|
|
|
<!-- BEGIN view -->
|
|
<TABLE border="0" cellpadding="1" cellspacing="1">
|
|
<TR>
|
|
<TD align="left">
|
|
{edit_link}
|
|
</TD>
|
|
<TD align=left>
|
|
{vcard_link}
|
|
<input type="hidden" name="ab_id" value="{ab_id}">
|
|
<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="VCardform" value="{lang_vcard}">
|
|
</form>
|
|
</TD>
|
|
<TD align="left">
|
|
{done_link}
|
|
<input type="hidden" name="ab_id" value="{ab_id}">
|
|
<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="Doneform" value="{lang_done}">
|
|
</form>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<!-- END view -->
|