Some more bugfixing

This commit is contained in:
2023-03-02 10:53:06 +01:00
parent 5e605692dd
commit 6e4c4236aa
14 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
{if $suser_edit}
<a href="assetedit.php?asset_id={$asset->asset_id}"><img src="image.php?icon=edit" alt="{$lang_asset_edit}"></a>
{/if}
{if $suser_del}
{if $suser_delete}
<a href="assetdel.php?asset_id={$asset->asset_id}"><img src="image.php?icon=delete" alt="{$lang_asset_edit}"></a>
{/if}
</td>