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.
24 lines
497 B
24 lines
497 B
<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] |