summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
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:26 +0000
commita8db73919ca72947678142249138ba6c55841c5b (patch)
treecf7d2101f88b71c5505f4fbc9a0258c2fd586fec /usr/local/www/system_authservers.php
parent67e5f6bb26d8d4daea6147b21d91975e4c5b8dad (diff)
downloadpfsense-a8db73919ca72947678142249138ba6c55841c5b.zip
pfsense-a8db73919ca72947678142249138ba6c55841c5b.tar.gz
Resolves #2018. Add an id to the html object to make javascript work
Diffstat (limited to 'usr/local/www/system_authservers.php')
-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 c0bfc4f..644cdbc 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -505,7 +505,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