summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 03:47:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 03:47:51 +0000
commit46bc7e25e3361d2ccab16946abded374071ab9d2 (patch)
treea3785730dcfdef744cd26857e2766edf2f98ad46 /usr/local/www/interfaces.php
parentccb383452fb6fe40b2c13d0763d2b8d56e054b2d (diff)
downloadpfsense-46bc7e25e3361d2ccab16946abded374071ab9d2.zip
pfsense-46bc7e25e3361d2ccab16946abded374071ab9d2.tar.gz
Add border, spacing
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 4c3530e..13ff468 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -858,7 +858,8 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
Select a existing Gateway from the list or <input onClick="show_add_gateway();" type="button" value="add one">
</div>
<div style="display:none" id="addgateway" name="addgateway">
- <p>
+ <p>
+ <table border="1" style="border-style: none none none none; width:175px;"><tr><td>
<table>
<tr><td>&nbsp;</td>
<tr>
@@ -885,6 +886,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</tr>
<tr><td>&nbsp;</td>
</table>
+ </td></tr></table>
<div id="status">
</div>
<p/>
OpenPOWER on IntegriCloud