summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-08-13 11:17:49 -0700
committerJim P <jim@pingle.org>2012-08-13 11:17:49 -0700
commitcd3662f7a6fadca388c021ab80083c943fa53920 (patch)
tree5a858dc0de20215434346de9c58c06646e894623 /usr/local
parent8c4ac1103da341d76ff45532b87db039d77c7ac3 (diff)
parent61071c30ce3049f008135136e9683877105d5e0a (diff)
downloadpfsense-cd3662f7a6fadca388c021ab80083c943fa53920.zip
pfsense-cd3662f7a6fadca388c021ab80083c943fa53920.tar.gz
Merge pull request #211 from bcyrill/patch-4
Update usr/local/www/services_router_advertisements.php
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/services_router_advertisements.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr/local/www/services_router_advertisements.php b/usr/local/www/services_router_advertisements.php
index 76108c8..6b8695e 100644
--- a/usr/local/www/services_router_advertisements.php
+++ b/usr/local/www/services_router_advertisements.php
@@ -359,7 +359,11 @@ display_top_tabs($tab_array);
</div>
</td>
</tr>
-
+
+ <tr>
+ <td colspan="2" class="list" height="12">&nbsp;</td>
+ </tr>
+
<tr>
<td colspan="2" valign="top" class="listtopic">DNS</td>
</tr>
@@ -367,8 +371,8 @@ display_top_tabs($tab_array);
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("DNS servers");?></td>
<td width="78%" class="vtable">
- <input name="radns1" type="text" class="formfldalias" id="radns1" size="28" value="<?=htmlspecialchars($pconfig['radns1']);?>"><br>
- <input name="radns2" type="text" class="formfldalias" id="radns2" size="28" value="<?=htmlspecialchars($pconfig['radns2']);?>"><br>
+ <input name="radns1" type="text" class="formfld unknown" id="radns1" size="28" value="<?=htmlspecialchars($pconfig['radns1']);?>"><br>
+ <input name="radns2" type="text" class="formfld unknown" id="radns2" size="28" value="<?=htmlspecialchars($pconfig['radns2']);?>"><br>
<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
</td>
</tr>
OpenPOWER on IntegriCloud