egroupware_official/addressbook/templates/default/view.tpl
Ralf Becker 99b5f239fd 1. index show icons for edit, view and (new) delete entries, owner is only showed in view or edit not longer in the index (same for vcard)
2. view is a bit compacter too as owner, access and cats are shown within the table and not as extra footer
2003-11-14 23:35:03 +00:00

34 lines
670 B
Smarty

<!-- BEGIN view_header -->
<br>
<table border="0" cellspacing="2" cellpadding="2" width="70%" align="center">
<!-- END view_header -->
<!-- BEGIN view_row -->
<tr bgcolor="{th_bg}">
<td align="right" width="30%"><b>{display_col}</b>:</td><td width="70%">{ref_data}</td>
</tr>
<!-- END view_row -->
{cols}
<!-- BEGIN view_footer -->
</table>
<!-- END view_footer -->
<!-- BEGIN view_buttons -->
<center>
<table border="0" cellpadding="1" cellspacing="1">
<tr>
<td>
{edit_button}
</td>
<td>
{copy_button}
</td>
<td>
{vcard_button}
</td>
<td>
{done_button}
</td>
</tr>
</table>
</center>
<!-- END view_buttons -->