Fixed some display bugs and improved icons

This commit is contained in:
2023-03-14 18:58:28 +01:00
parent 34112b8c1c
commit 303c22160d
28 changed files with 52 additions and 30 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</td>
<td align="right">
{if $suser_add || $suser_admin}
<a href="vlan.php?f=add"><img src="images/add.png" alt="{$lang_vlan_add}" {if $suser_tooltips}title="{$lang_vlan_add}" {/if}/></a>
<a href="vlan.php?f=add"><img src="images/tag_add.png" alt="{$lang_vlan_add}" {if $suser_tooltips}title="{$lang_vlan_add}" {/if}/></a>
{/if}
</td>
</tr>