config/site

This commit is contained in:
j 2011-05-28 13:18:28 +02:00
commit 1e57ecc423
20 changed files with 62 additions and 59 deletions

View file

@ -10,7 +10,7 @@ pandora.ui.findElement = function() {
elements: $.merge(app.user.ui.list ? [
app.$ui.findListSelect = new Ox.Select({
items: [
{id: 'all', title: 'Find: All ' + app.config.itemName.plural},
{id: 'all', title: 'Find: All ' + app.site.itemName.plural},
{id: 'list', title: 'Find: This List'}
],
overlap: 'right',