diff options
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-x | usr/local/www/interfaces.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index eaad8de..1b87b3b 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1266,11 +1266,11 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp" </div> <div style="display:none" id="addgateway" name="addgateway"> <p> - <table border="1" style="background:#990000; border-style: none none none none; width:225px;"> + <table border="1" class="addgatewaybox"> <tr> <td> - <table bgcolor="#990000" cellpadding="1" cellspacing="1"> - <tr><td> </td> + <table class="addgatewaybox" cellpadding="1" cellspacing="1"> + <tr><td> </td></tr> <tr> <td colspan="2"><center><b><font color="white"><?=gettext("Add new gateway:"); ?></font></b></center></td> </tr> |