1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

[lib setting] folder perm: modified ui

This commit is contained in:
llj
2016-02-20 14:20:50 +08:00
parent 9b4e4d0460
commit 3d27c05520
3 changed files with 20 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ define([
if (collection.perm_type == 'user') {
$('[name="emails"]', $panel).select2($.extend({
width: '160px'
width: '190px'
},Common.contactInputOptionsForSelect2()));
} else {
var groups = app.pageOptions.groups || [];
@@ -76,7 +76,7 @@ define([
}
$('[name="groups"]', $panel).html(g_opts).select2({
placeholder: gettext("Select groups"),
width: '160px',
width: '190px',
escapeMarkup: function(m) { return m; }
});
}