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="locationedit.php?location_id={$location->id}"><img src="images/building_edit.png" alt="{$lang_location_edit}"></a>
{/if}
{if $suser_del}
{if $suser_delete}
<a href="locationdel.php?location_id={$location->id}"><img src="images/building_delete.png" alt="{$lang_location_del}"></a>
{/if}
</td>