Two new template for modified view.php

This commit is contained in:
Miles Lott 2001-04-28 03:10:18 +00:00
parent 46946434ea
commit 7d5cdea61a
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<!-- BEGIN view_footer.tpl -->
{columns}
<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>
<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 -->

View 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 -->