summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 901151b..b003fcb 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1557,10 +1557,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</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">
+ <table class="addgatewaybox" cellpadding="1" cellspacing="1">
<tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new gateway:"); ?></font></b></center></td>
@@ -1662,10 +1662,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
<div style="display:none" id="addgatewayv6" name="addgatewayv6">
<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">
+ <table class="addgatewaybox" cellpadding="1" cellspacing="1">
<tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new v6 gateway:"); ?></font></b></center></td>
OpenPOWER on IntegriCloud