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
+2 -2
View File
@@ -6,10 +6,10 @@
</td>
<td align="right">
{if $suser_edit || $suser_admin}
<a href="zone.php?f=edit&id={$zone->zone_id}"><img src="images/table_edit.png" alt="{$lang_zone_edit}" /></a>
<a href="zone.php?f=edit&id={$zone->zone_id}"><img src="images/table_edit.png" alt="{$lang_zone_edit}" {if $suser_tooltips} title="{$lang_zone_edit}"{/if}/></a>
{/if}
{if $suser_delete || $suser_admin}
<a href="zone.php?f=del&id={$zone->zone_id}"><img src="images/table_delete.png" alt="{$lang_zone_del}" /></a>
<a href="zone.php?f=del&id={$zone->zone_id}"><img src="images/table_delete.png" alt="{$lang_zone_del}" {if $suser_tooltips} title="{$lang_zone_del}"{/if}/></a>
{/if}
</td>
</tr>