mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make this work as it is supposed.
This commit is contained in:
parent
3f0357fc18
commit
be934aaddb
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user