Merge pull request #12038 from sebomoto/fix-user-dropdown

changed default dropdown content
This commit is contained in:
Lukas Reschke 2014-11-08 14:46:57 +01:00
commit 230fb75a4f

View file

@ -46,7 +46,7 @@ var UserList = {
// make them look like the multiselect buttons
// until they get time to really get initialized
groupsSelect = $('<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="' + t('settings', 'Groups') + '"></select>')
groupsSelect = $('<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="' + t('settings', 'no group') + '"></select>')
.data('username', username)
.data('user-groups', groups);
if ($tr.find('td.subadmins').length > 0) {