summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-09 17:22:31 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-09 17:22:31 +0000
commitbe934aaddbed552b38f02b997370fd10abb6ec81 (patch)
tree10ad424235950d245ff71969289c45c1369f4840 /usr/local/www/system_authservers.php
parent3f0357fc1894149ad6ac7affbcccf340531fc17b (diff)
downloadpfsense-be934aaddbed552b38f02b997370fd10abb6ec81.zip
pfsense-be934aaddbed552b38f02b997370fd10abb6ec81.tar.gz
Make this work as it is supposed.
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 8fc6cb3..a91e30f 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -422,7 +422,7 @@ function select_clicked() {
</tr>
</table>
- <table width="100%" border="0" cellpadding="6" cellspacing="0" id="ldap">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0" id="ldap" style="display:none">
<tr>
<td colspan="2" class="list" height="12"></td>
</tr>
@@ -587,7 +587,7 @@ function select_clicked() {
</tr>
</table>
- <table width="100%" border="0" cellpadding="6" cellspacing="0" id="radius">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0" id="radius" style="display:none">
<tr>
<td colspan="2" class="list" height="12"></td>
</tr>
@@ -706,8 +706,7 @@ function select_clicked() {
</td>
</tr>
</table>
-<?php include("fend.inc");
-if ($act == "edit"): ?>
+<?php include("fend.inc"); ?>
<script type="text/javascript">
<!--
server_typechange('<?=$pconfig['type'];?>');
@@ -723,5 +722,4 @@ radius_srvcschange();
<? endif; ?>
//-->
</script>
-<?php endif; ?>
</body>
OpenPOWER on IntegriCloud