egroupware/addressbook/templates/default/view_footer.tpl

22 lines
357 B
Smarty
Raw Normal View History

2001-04-28 05:10:18 +02:00
<!-- BEGIN view_footer.tpl -->
<tr>
<td colspan="4">&nbsp;</td>
</tr>
<tr>
<td><b>{lang_owner}</b></td>
<td>{owner}</td>
</tr>
<tr>
<td><b>{lang_access}</b></td>
2001-04-28 05:42:47 +02:00
<td>{access}</b>
2001-04-28 05:10:18 +02:00
</td>
</tr>
<tr>
<td><b>{lang_category}</b></td>
<td>{catname}</b></td>
</tr>
</td>
</td>
</table>
<!-- END view_footer.tpl -->