Changes adopted from version 0.5
This commit is contained in:
+15
-10
@@ -1,24 +1,29 @@
|
||||
<table border="0" width="100%">
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_locations}:</b><br>
|
||||
<td class="header">
|
||||
{lang_locations} ({location_counter})
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="locationadd.php"><img src="images/add.gif" border="0" title="{lang_location_add}"></a>
|
||||
<a href="locationadd.php"><img src="image.php?icon=add" alt="{lang_location_add}"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
||||
[BLOCK table AS location]
|
||||
<table border="0">
|
||||
[BLOCK locationrow]
|
||||
[BLOCK location_table AS location_table]
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td>
|
||||
<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 locationrow]
|
||||
[END location_row]
|
||||
</table>
|
||||
[END table]
|
||||
[END location_table]
|
||||
Reference in New Issue
Block a user