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:
@@ -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; }
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user