summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
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:25 -0500
commitb145863adf3f3bc0bcd3bce3ca5ea77bb4087be5 (patch)
tree97459c68fe0fd26a1dcbac4334f7bfc515558e00 /usr/local/www/services_dhcp_relay.php
parent8bb88a62dd93a80980c5655e2b8c0bec9fbfa33a (diff)
downloadpfsense-b145863adf3f3bc0bcd3bce3ca5ea77bb4087be5.zip
pfsense-b145863adf3f3bc0bcd3bce3ca5ea77bb4087be5.tar.gz
"Destination server" is a required field
Diffstat (limited to 'usr/local/www/services_dhcp_relay.php')
-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