projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca17299
)
Change facet selection, ordering config
author
Jeff Godin
<jgodin@tadl.org>
Thu, 6 Dec 2012 22:12:48 +0000
(17:12 -0500)
committer
Jeff Godin
<jgodin@tadl.org>
Thu, 6 Dec 2012 22:12:48 +0000
(17:12 -0500)
Change which facets are displayed and in what order.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
templates_tadlskin/opac/parts/config.tt2
patch
|
blob
|
history
diff --git
a/templates_tadlskin/opac/parts/config.tt2
b/templates_tadlskin/opac/parts/config.tt2
index
bd450a7
..
2e34345
100644
(file)
--- a/
templates_tadlskin/opac/parts/config.tt2
+++ b/
templates_tadlskin/opac/parts/config.tt2
@@
-69,6
+69,11
@@
record.summary.jacket_size = 'medium';
# {facet_class => 'series', facet_order => ['seriestitle']},
# {facet_class => 'subject', facet_order => ['name', 'geographic']}
#];
+facet.display = [
+ {facet_class => 'subject', facet_order => ['genre', 'complete']},
+ {facet_class => 'author', facet_order => ['personal', 'corporate']},
+ {facet_class => 'series', facet_order => ['seriestitle']},
+];
##############################################################################