summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2012-08-13 18:07:40 +0300
committerbcyrill <cyrill@bannwart.info>2012-08-13 18:07:40 +0300
commit61071c30ce3049f008135136e9683877105d5e0a (patch)
treeae5f5af18278cff53d3a1e526b2121ddc94ad9f1 /usr/local/www/services_router_advertisements.php
parentfbf55ce397db55e8dd5198ac53972d23031a35da (diff)
downloadpfsense-61071c30ce3049f008135136e9683877105d5e0a.zip
pfsense-61071c30ce3049f008135136e9683877105d5e0a.tar.gz
Update usr/local/www/services_router_advertisements.php
Change form field since aliases are not supported here. Also separate the DNS settings using the default bar.
Diffstat (limited to 'usr/local/www/services_router_advertisements.php')
-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