|
|
@ -788,7 +788,7 @@ define([
|
|
|
|
placeholder: Messages.share_filterFriend
|
|
|
|
placeholder: Messages.share_filterFriend
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
var div = h('div.cp-usergrid-container' + noOthers, [
|
|
|
|
var div = h('div.cp-usergrid-container' + noOthers + (config.large?'.large':''), [
|
|
|
|
label ? h('label', label) : undefined,
|
|
|
|
label ? h('label', label) : undefined,
|
|
|
|
h('div.cp-usergrid-filter', (config.noFilter || config.noSelect) ? undefined : [
|
|
|
|
h('div.cp-usergrid-filter', (config.noFilter || config.noSelect) ? undefined : [
|
|
|
|
inputFilter,
|
|
|
|
inputFilter,
|
|
|
|