Improved image-buttons and colored image creation

This commit is contained in:
2023-03-11 17:29:44 +01:00
parent 20b54f5b27
commit aabd37bd1a
83 changed files with 181 additions and 235 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</td>
<td align="right">
{if $suser_add || $suser_admin}
<a href="location.php?f=add"><img src="images/building_add.png" alt="{$lang_location_add}" title="{$lang_location_add}" /></a>
<a href="location.php?f=add"><img src="images/building_add.png" alt="{$lang_location_add}"{if $suser_tooltips} title="{$lang_location_add}"{/if} /></a>
{/if}
</td>
</tr>