forked from extern/egroupware
Two new template for modified view.php
This commit is contained in:
parent
46946434ea
commit
7d5cdea61a
22
addressbook/templates/default/view_footer.tpl
Normal file
22
addressbook/templates/default/view_footer.tpl
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- BEGIN view_footer.tpl -->
|
||||
{columns}
|
||||
<tr>
|
||||
<td colspan="4"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>{lang_owner}</b></td>
|
||||
<td>{owner}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>{lang_access}</b></td>
|
||||
<td>{access_check}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>{lang_category}</b></td>
|
||||
<td>{catname}</b></td>
|
||||
</tr>
|
||||
</td>
|
||||
</td>
|
||||
</table>
|
||||
<!-- END view_footer.tpl -->
|
5
addressbook/templates/default/view_row.tpl
Normal file
5
addressbook/templates/default/view_row.tpl
Normal file
@ -0,0 +1,5 @@
|
||||
<!-- BEGIN view_row.tpl -->
|
||||
<tr>
|
||||
<td><b>{display_col}</b>:</td><td>{ref_data}</td>
|
||||
</tr>
|
||||
<!-- END view_row.tpl -->
|
Loading…
Reference in New Issue
Block a user