fulltext search in pages
This commit is contained in:
parent
cc2b60453b
commit
950bec609d
13 changed files with 608 additions and 22 deletions
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue