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
+17 -8
View File
@@ -2,25 +2,34 @@
<input type="hidden" name="del" value="location">
<input type="hidden" name="location_id" value="{location_id}">
<table border="0" width="100%">
<table class="title">
<tr>
<td>
<b>{lang_location_del}:</b><br>
<td class="header">
{location_name}
</td>
<td align="right">
<input type="image" src="images/check.gif" title="{lang_submit}">
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=cancel" alt="{lang_cancel}"></a>
<input type="image" src="image.php?icon=save" alt="{lang_submit}">
</td>
</tr>
</table>
<p>
<table border="0">
<table class="info">
<tr>
<td>
<b>{lang_location_name}:</b>
<td class="header">
{lang_location}
</td>
<td>
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td class="label">
{lang_location_name}
</td>
<td class="value">
<a href="locationview.php?location_id={location_id}">{location_name}</a>
</td>
</tr>