summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 04:43:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 04:43:09 +0000
commit4c63ac51bf7560bd742eb912195d6848c597ffe5 (patch)
tree1c2b25e977370d4eac443dbbc90e9a0190f33186 /usr/local/www/interfaces.php
parent0f94b28097ef802933e3aed8036b49260c7d0f50 (diff)
downloadpfsense-4c63ac51bf7560bd742eb912195d6848c597ffe5.zip
pfsense-4c63ac51bf7560bd742eb912195d6848c597ffe5.tar.gz
Make add gw screen red to draw attention
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 5e4fd86..d969441 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -864,21 +864,21 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</div>
<div style="display:none" id="addgateway" name="addgateway">
<p>
- <table border="1" style="border-style: none none none none; width:175px;"><tr><td>
- <table>
+ <table border="1" style="background:#990000; border-style: none none none none; width:175px;"><tr><td>
+ <table bgcolor="#990000">
<tr><td>&nbsp;</td>
<tr>
- <td colspan="2"><center><b>Add new gateway:</b></center></td>
+ <td colspan="2"><center><b><font color="white">Add new gateway:</b></center></td>
</tr>
<tr><td>&nbsp;</td>
<tr>
- <td align="right">Name:</td><td><input id="name" name="name"></td>
+ <td align="right"><font color="white">Name:</td><td><input id="name" name="name"></td>
</tr>
<tr>
- <td align="right">Gateway IP:</td><td><input id="gatewayip" name="gatewayip"></td>
+ <td align="right"><font color="white">Gateway IP:</td><td><input id="gatewayip" name="gatewayip"></td>
</tr>
<tr>
- <td align="right">Description:</td><td><input id="gatewaydescr" name="gatewaydescr"></td>
+ <td align="right"><font color="white">Description:</td><td><input id="gatewaydescr" name="gatewaydescr"></td>
</tr>
<tr><td>&nbsp;</td>
<tr>
OpenPOWER on IntegriCloud