You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
621 B
29 lines
621 B
<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] |