*eMail-> ManageFolders: fix for bug: could not add or delete folder ACL

This commit is contained in:
Klaus Leithoff 2010-08-26 11:48:57 +00:00
parent a90407c5e6
commit e9c9019475
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ function onNodeSelect(_nodeID)
function resetACLAddView() function resetACLAddView()
{ {
xajax_doXMLHTTP('felamimail.ajaxfelamimail.addACL', document.getElementById('accountName').value, xajax.getFormValues('formAddACL') ); window.xajax_doXMLHTTP('felamimail.ajaxfelamimail.addACL', document.getElementById('accountName').value, window.xajax.getFormValues('formAddACL') );
document.getElementById('accountName').value = ''; document.getElementById('accountName').value = '';
document.getElementById('acl_l').checked = false; document.getElementById('acl_l').checked = false;
document.getElementById('acl_r').checked = false; document.getElementById('acl_r').checked = false;

View File

@ -103,7 +103,7 @@
<table border="0" width="100%" cellpadding=2 cellspacing=0> <table border="0" width="100%" cellpadding=2 cellspacing=0>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<form id="editACL"> <form id="editACL" name="editACL">
<span id="aclTable"></span> <span id="aclTable"></span>
</td> </td>
</tr> </tr>
@ -373,7 +373,7 @@
<!-- END mainFolder_settings --> <!-- END mainFolder_settings -->
<!-- BEGIN add_acl --> <!-- BEGIN add_acl -->
<form id="formAddACL" > <form id="formAddACL" name="formAddACL">
<table border="0" width="100%" bgcolor="#FFFFFF"> <table border="0" width="100%" bgcolor="#FFFFFF">
<tr class="th"> <tr class="th">
<td> <td>