summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_snmp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-16 17:41:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-16 17:41:08 +0000
commitb80933704451fe706cbdf2715eb9d77e80d9c984 (patch)
treef6c700d5fd3944dc801cf0bd4c147e85be8843ff /usr/local/www/services_snmp.php
parentb4632794bc678bcb6f0fa2f3e53576dae65e91b0 (diff)
downloadpfsense-b80933704451fe706cbdf2715eb9d77e80d9c984.zip
pfsense-b80933704451fe706cbdf2715eb9d77e80d9c984.tar.gz
MFC 11464
if contact/location isn't mandatory, don't display as being so
Diffstat (limited to 'usr/local/www/services_snmp.php')
-rwxr-xr-xusr/local/www/services_snmp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_snmp.php b/usr/local/www/services_snmp.php
index c194e97..c21f609 100755
--- a/usr/local/www/services_snmp.php
+++ b/usr/local/www/services_snmp.php
@@ -259,14 +259,14 @@ function enable_change(whichone) {
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">System location</td>
+ <td width="22%" valign="top" class="vncell">System location</td>
<td width="78%" class="vtable">
<input name="syslocation" type="text" class="formfld" id="syslocation" size="40" value="<?=htmlspecialchars($pconfig['syslocation']);?>">
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">System contact</td>
+ <td width="22%" valign="top" class="vncell">System contact</td>
<td width="78%" class="vtable">
<input name="syscontact" type="text" class="formfld" id="syscontact" size="40" value="<?=htmlspecialchars($pconfig['syscontact']);?>">
</td>
OpenPOWER on IntegriCloud