remove admin only flags for sections and locale
This commit is contained in:
parent
1fb1fd9d89
commit
550ced514d
6 changed files with 6 additions and 8 deletions
|
|
@ -232,6 +232,7 @@ pandora.ui.folders = function(section) {
|
|||
})];
|
||||
}
|
||||
} else if (folder.id == 'featured') {
|
||||
//FIXME: this should use 'canEditFeatured' + section
|
||||
if (pandora.user.level != 'admin') {
|
||||
extras = [infoButton(Ox._('Featured ' + folderItems),
|
||||
Ox._('Featured {0} are selected public {0}, picked by the {1} staff.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue