summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-12-25 19:21:25 -0500
committerChris Buechler <cmb@pfsense.org>2011-12-25 19:21:52 -0500
commit12df4040d67580bbf884f63e14df9fbad2045466 (patch)
tree3465ad94513d4ae9ae2902b23a3f8d28d3f60651
parent406cc860729048babee04898496ac52033419df1 (diff)
downloadpfsense-12df4040d67580bbf884f63e14df9fbad2045466.zip
pfsense-12df4040d67580bbf884f63e14df9fbad2045466.tar.gz
"Destination server" is a required field
-rwxr-xr-xusr/local/www/services_dhcp_relay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php
index d0f1108..ee2553b 100755
--- a/usr/local/www/services_dhcp_relay.php
+++ b/usr/local/www/services_dhcp_relay.php
@@ -176,7 +176,7 @@ function enable_change(enable_over) {
<?php printf(gettext("If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Destination server");?></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("Destination server");?></td>
<td width="78%" class="vtable">
<input name="server" type="text" class="formfld unknown" id="server" size="20" value="<?=htmlspecialchars($pconfig['server']);?>">
<br>
OpenPOWER on IntegriCloud