Improved image-buttons and colored image creation
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
{$lang_locationsubnet}
|
||||
</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-link]" 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-link]" src="images/fastforward.png" alt="{$lang_submit}"{if $suser_tooltips} title="{$lang_submit}"{/if}>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -47,8 +47,8 @@
|
||||
{$lang_options}
|
||||
</td>
|
||||
<td class="value">
|
||||
<input type="radio" name="action" value="locationsubnetadd" checked> {$lang_subnet_add}<br>
|
||||
<input type="radio" name="action" value="locationsubnetdel"> {$lang_subnet_del}
|
||||
<input type="radio" id="opt1" name="action" value="locationsubnetadd" checked> <label for="opt1">{$lang_subnet_add}</label><br>
|
||||
<input type="radio" id="opt2" name="action" value="locationsubnetdel"> <label for="opt2">{$lang_subnet_del}</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user