Changes adopted from version 0.5
This commit is contained in:
+17
-8
@@ -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">
|
||||
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user