Changes adopted from version 0.4
This commit is contained in:
+12
-8
@@ -1,11 +1,20 @@
|
||||
<form method="POST" action="submit.php">
|
||||
<input type="hidden" name="add" value="assetclass">
|
||||
<table border="0">
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td>
|
||||
<b>{lang_assetclass_add}:</b><br>
|
||||
</td>
|
||||
<td align="right">
|
||||
<input type="image" src="images/save.gif" title="{lang_submit}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
{lang_assetclass_name}:
|
||||
@@ -22,16 +31,11 @@
|
||||
<td>
|
||||
<select name="assetclassgroup_id">
|
||||
[BLOCK assetclassgrouprow]
|
||||
<option value="{assetclassgroup_id}">{assetclassgroup_name}</option>
|
||||
<option value="{assetclassgroup_id}" {assetclassgroup_selected}>{assetclassgroup_name}</option>
|
||||
[END assetclassgrouprow]
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
[END table]
|
||||
<tr>
|
||||
<td colspan="2" align="right">
|
||||
<input type="submit" value="{lang_submit}"><input type="reset" value="{lang_reset}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
Reference in New Issue
Block a user