Changes adopted from version 0.4

This commit is contained in:
2023-02-13 09:56:14 +01:00
parent 8d00ee5e1b
commit faf5f368f5
152 changed files with 4971 additions and 1379 deletions
+6 -12
View File
@@ -1,10 +1,14 @@
<form method="POST" action="submit.php">
<input type="hidden" name="del" value="assetclass">
<input type="hidden" name="assetclass_id" value="{assetclass_id}">
<table border="0">
<table border="0" width="100%">
<tr>
<td>
<b>{lang_assetclass_del}</b><br>
<b>{lang_assetclass_del}:</b><br>
</td>
<td align="right">
<input type="image" src="images/check.gif" title="{lang_submit}">
</td>
</tr>
</table>
@@ -21,14 +25,4 @@
</td>
</tr>
</table>
<p>
<table border="0">
<tr>
<td>
<input type="submit" value="{lang_submit}"><input type="reset" value="{lang_reset}">
</td>
</tr>
</table>
</form>