fulltext search in pages

This commit is contained in:
j 2021-11-15 15:20:08 +00:00
commit 950bec609d
13 changed files with 608 additions and 22 deletions

View file

@ -64,10 +64,7 @@ pandora.ui.documentSortSelect = function() {
pandora.ui.documentViewSelect = function() {
var ui = pandora.user.ui,
that = Ox.Select({
items: [
{id: 'list', title: Ox._('View as List')},
{id: 'grid', title: Ox._('View as Grid')}
],
items: pandora.site.collectionViews,
value: ui.documentsView,
width: 128
})