Revision 098f3943
Added by Phil Davis over 9 years ago
usr/local/www/services_dhcp.php | ||
---|---|---|
889 | 889 |
<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br /> |
890 | 890 |
<input name="dns3" type="text" class="formfld unknown" id="dns3" size="20" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br /> |
891 | 891 |
<input name="dns4" type="text" class="formfld unknown" id="dns4" size="20" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br /> |
892 |
<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
|
|
892 |
<?=gettext("Note: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
|
|
893 | 893 |
</td> |
894 | 894 |
</tr> |
895 | 895 |
<tr> |
... | ... | |
1202 | 1202 |
</tr> |
1203 | 1203 |
<tr> |
1204 | 1204 |
<td width="22%" valign="top"> </td> |
1205 |
<td width="78%"> <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br /> |
|
1206 |
</strong></span><?=gettext("The DNS servers entered in"); ?> <a href="system.php"><?=gettext("System: " . |
|
1207 |
"General setup"); ?></a> <?=gettext("(or the"); ?> <a href="services_dnsmasq.php"><?=gettext("DNS " . |
|
1208 |
"forwarder"); ?></a>, <?=gettext("if enabled)"); ?> </span><span class="vexpl"><?=gettext("will " . |
|
1209 |
"be assigned to clients by the DHCP server."); ?><br /> |
|
1210 |
<br /> |
|
1211 |
<?=gettext("The DHCP lease table can be viewed on the"); ?> <a href="status_dhcp_leases.php"><?=gettext("Status: " . |
|
1212 |
"DHCP leases"); ?></a> <?=gettext("page."); ?><br /> |
|
1213 |
</span></p> |
|
1205 |
<td width="78%"> |
|
1206 |
<p> |
|
1207 |
<span class="vexpl"> |
|
1208 |
<span class="red"> |
|
1209 |
<strong> |
|
1210 |
<?=gettext("Note:");?> |
|
1211 |
</strong> |
|
1212 |
</span> |
|
1213 |
<br /> |
|
1214 |
<?=gettext("The DHCP lease table can be viewed on the"); ?> |
|
1215 |
<a href="status_dhcp_leases.php"><?=gettext("Status: DHCP leases"); ?></a> <?=gettext("page."); ?><br /> |
|
1216 |
</span> |
|
1217 |
</p> |
|
1214 | 1218 |
</td> |
1215 | 1219 |
</tr> |
1216 | 1220 |
</table> |
Also available in: Unified diff
Redmine #5196 Remove incorrect text about DNS servers - RELENG_2_2
The correct text is already displayed under the DNS server boxes at line 892.
This should also be done to master once the conversion of services_dhcp.php to bootstrap is stable.