Changes adopted from version 0.5

This commit is contained in:
2023-02-13 10:42:09 +01:00
parent faf5f368f5
commit 76ccecca7f
198 changed files with 10261 additions and 5068 deletions
+15 -10
View File
@@ -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]