ipreg/tpl/location.tpl

29 lines
621 B
Smarty

<table class="title">
<tr>
<td class="header">
{lang_locations} ({location_counter})
</td>
<td align="right">
<a href="locationadd.php"><img src="image.php?icon=add" alt="{lang_location_add}"></a>
</td>
</tr>
</table>
<p>
[BLOCK location_table AS location_table]
<table class="info">
<tr>
<td class="header">
{lang_location_name}
</td>
</tr>
[BLOCK location_row]
<tr>
<td class="value">
{nbsp}<a href="locationview.php?location_id={location_id}">{location_name}</a>
</td>
</tr>
[END location_row]
</table>
[END location_table]