1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

[user perm] improvement

This commit is contained in:
llj
2015-04-30 13:54:57 +08:00
parent 92ec6f94d4
commit 3934bb18ab
5 changed files with 87 additions and 99 deletions

View File

@@ -410,7 +410,7 @@ define([
loading_tip.show();
$('[name="emails"]', form).select2({
placeholder: gettext("Select contacts or input"),
placeholder: gettext("Enter emails or select contacts"),
width: '400px',
// with 'tags', the user can directly enter, not just select
// tags need `<input type="hidden" />`, not `<select>`