summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-11-22 13:29:04 +0000
committerErmal <eri@pfsense.org>2011-11-22 13:29:04 +0000
commitf64532e5cb1a0f39c2ab84252754f5dd5967db3d (patch)
tree3fbe3c7b95dba82fdd7cb7ea22cd6dba7c8b29c0 /usr/local
parent29b97efa01cfd25a949910957b01a5ee574db283 (diff)
downloadpfsense-f64532e5cb1a0f39c2ab84252754f5dd5967db3d.zip
pfsense-f64532e5cb1a0f39c2ab84252754f5dd5967db3d.tar.gz
Resolves #2018. Add an id to the html object to make javascript work
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 79e4e17..42bc110 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -501,7 +501,7 @@ function select_clicked() {
<td width="22%" valign="top" class="vncell"><?=gettext("Peer Certificate Authority"); ?></td>
<td width="78%" class="vtable">
<?php if (count($a_ca)): ?>
- <select name='ldap_caref' class="formselect">
+ <select id='ldap_caref' name='ldap_caref' class="formselect">
<?php
foreach ($a_ca as $ca):
$selected = "";
OpenPOWER on IntegriCloud