You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
548 B
22 lines
548 B
2 years ago
|
<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]
|