ipreg/tpl/location.tpl

24 lines
497 B
Smarty

<table border="0" width="100%">
<tr>
<td>
<b>{lang_locations}:</b><br>
</td>
<td align="right">
<a href="locationadd.php"><img src="images/add.gif" border="0" title="{lang_location_add}"></a>
</td>
</tr>
</table>
<p>
[BLOCK table AS location]
<table border="0">
[BLOCK locationrow]
<tr>
<td>
{nbsp}<a href="locationview.php?location_id={location_id}">{location_name}</a>
</td>
</tr>
[END locationrow]
</table>
[END table]