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
+4 -4
View File
@@ -7,8 +7,8 @@
{$lang_subnetvlan}
</td>
<td align="right">
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
<input type="image" name="submit[exec-vedit]" src="image.php?icon=next" alt="{$lang_submit}">
<a href="#" onClick="history.go(-1)"><img src="images/rewind.png" alt="{$lang_cancel}"{if $suser_tooltips} title="{$lang_cancel}"{/if}></a>
<input type="image" name="submit[exec-vedit]" src="images/fastforward.png" alt="{$lang_submit}"{if $suser_tooltips} title="{$lang_submit}"{/if}>
</td>
</tr>
</table>
@@ -46,8 +46,8 @@
{$lang_options}
</td>
<td class="value">
<input type="radio" name="action" value="subnetvlanadd" checked>&nbsp;{$lang_vlan_add}<br>
<input type="radio" name="action" value="subnetvlandel">&nbsp;{$lang_vlan_del}
<input type="radio" id="opt1" name="action" value="subnetvlanadd" checked>&nbsp;<label for="opt1">{$lang_vlan_add}</label><br>
<input type="radio" id="opt2" name="action" value="subnetvlandel">&nbsp;<label for="opt2">{$lang_vlan_del}</label>
</td>
</tr>
</table>