mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use a text link instead of a button which looks out of place
This commit is contained in:
parent
46bc7e25e3
commit
93650af0f5
@ -855,7 +855,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
|
||||
</select>
|
||||
<br/>
|
||||
<div id='addgwbox'>
|
||||
Select a existing Gateway from the list or <input onClick="show_add_gateway();" type="button" value="add one">
|
||||
Select a existing Gateway from the list or <a OnClick="show_add_gateway();" href="#">add one</a>.
|
||||
</div>
|
||||
<div style="display:none" id="addgateway" name="addgateway">
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user