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
+22
View File
@@ -0,0 +1,22 @@
<table border="0" width="100%">
<tr>
<td>
<b>{lang_assetclassgroups}:</b>
</td>
<td align="right">
<a href="assetclassgroupadd.php"><img src="images/add.gif" border="0" title="{lang_assetclassgroup_add}"></a>
</td>
</tr>
</table>
[BLOCK table AS assetclassgroup]
<table border="0">
[BLOCK assetclassgrouprow]
<tr>
<td>
<a href="assetclassgroupview.php?assetclassgroup_id={assetclassgroup_id}">{assetclassgroup_name}</a>
</td>
</tr>
[END assetclassgrouprow]
</table>
[END table]