diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-25 05:29:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-25 05:29:48 +0000 |
commit | bfb94edd857090a62bf4d5d1b45610f5af4b3325 (patch) | |
tree | 04feb4188cb98b0f263e07d005a60109a7c5d7cc /usr/local | |
parent | 44bd02ab38c6f4725b5b60f69fc1b3b1c0c7852e (diff) | |
download | pfsense-bfb94edd857090a62bf4d5d1b45610f5af4b3325.zip pfsense-bfb94edd857090a62bf4d5d1b45610f5af4b3325.tar.gz |
Move status wheel box higher up
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 62a9f4a..3623cc4 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -862,6 +862,8 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" <div id='addgwbox'> Select a existing Gateway from the list or <a OnClick="show_add_gateway();" href="#">add a new one</a>. </div> + <div id="status"> + </div> <div style="display:none" id="addgateway" name="addgateway"> <p> <table border="1" style="background:#990000; border-style: none none none none; width:175px;"><tr><td> @@ -899,8 +901,6 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" <tr><td> </td> </table> </td></tr></table> - <div id="status"> - </div> <p/> </div> </td> |