summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acl/acl.js3
-rw-r--r--plugins/acl/package.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js
index f3f920d28..9eb7faae2 100644
--- a/plugins/acl/acl.js
+++ b/plugins/acl/acl.js
@@ -299,6 +299,9 @@ rcube_webmail.prototype.acl_init_form = function(id)
else
type = id;
}
+ // mark read (lrs) rights by default
+ else
+ li_elements.filter(function() { return this.id.match(/^acl([lrs]|read)$/); }).prop('checked', true);
name_input.val(val);
$('input[value='+type+']').prop('checked', true);
diff --git a/plugins/acl/package.xml b/plugins/acl/package.xml
index f5916fd9d..9ee13bed7 100644
--- a/plugins/acl/package.xml
+++ b/plugins/acl/package.xml
@@ -15,7 +15,7 @@
</lead>
<date>2011-11-21</date>
<version>
- <release>0.6.4</release>
+ <release>0.6.5</release>
<api>0.6</api>
</version>
<stability>