mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
99b5f239fd
2. view is a bit compacter too as owner, access and cats are shown within the table and not as extra footer
34 lines
670 B
Smarty
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 -->
|