Small changes to Search Limit names and Category names.
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 23 Oct 2013 14:30:29 +0000 (10:30 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 6 Nov 2014 17:53:59 +0000 (12:53 -0500)
Open-ILS/examples/kpac.xml
Open-ILS/src/templates/kpac/parts/searchlimits.tt2

index 6338462..23d30e6 100644 (file)
@@ -13,7 +13,7 @@
              For keyword:         keyword:dog
              For multiple words:  keyword:dog beagle
              For phrase:          keyword:"fourth of july"
-             For boolean:         (keyword:dog || keyword:puppy)
+             For boolean 'or':    (keyword:dog || keyword:puppy)
              For 'link':          http://www.evergreen.org
         -->
 
@@ -31,8 +31,8 @@
             <cell name="Back to School" img="cat-school.png" type="maintopic">(keyword:back to school || keyword:goes to school)</cell>
             -->
             <cell name="Halloween" img="cat-halloween.png" type="maintopic">keyword:halloween</cell> 
-            <!--  
             <cell name="Thanksgiving" img="cat-thanksgiving.png" type="maintopic">keyword:thanksgiving</cell>
+            <!--             
             <cell name="Christmas" img="cat-christmas.png" type="maintopic">keyword:christmas</cell>
             <cell name="Hannukah" img="cat-hannukah.png" type="maintopic">keyword:hannukah</cell>
             <cell name="Kwanzaa" img="cat-kwanzaa.png" type="maintopic">keyword:kwanzaa</cell>
              <cell name="Coretta Scott King" img="cat-king.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153204;locg=1;trail=11</cell>
              <cell name="Geisel Award" img="cat-geisel.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153203;locg=1;trail=11</cell>
              <cell name="Newbery Medal" img="cat-newbery.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153201;locg=1;trail=11</cell>
-             <cell name="Georgia Children's Book" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153206;locg=1;trail=11</cell>
-             <cell name="2014 GCBA Nominees" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=154170;locg=1;trail=11</cell>
-             <cell name="Georgia Picture Book" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153205;locg=1;trail=11</cell>
-             <cell name="2014 GPBA Nominees" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=154171;locg=1;trail=11</cell>
+             <cell name="Book Award Winners" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153206;locg=1;trail=11</cell>
+             <cell name="Book Award Nominees" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=154170;locg=1;trail=11</cell>
+             <cell name="Picture Book Winners" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=153205;locg=1;trail=11</cell>
+             <cell name="Picture Book Nominees" img="cat-gcba.png" type="link">https://test.gapines.org/eg/kpac/results?bookbag=154171;locg=1;trail=11</cell>
 
         </page>
 
index 41121bc..a5c3c51 100644 (file)
@@ -24,7 +24,7 @@
      [% END %]
 
      [% IF (matches = oldurl.match('audience=c')) %]
-          <li><b>Pre-adolescent (9-13 years)</b></li>
+          <li><b>Tween (9-13 years)</b></li>
      [% ELSE %]
           <li><a href="[% newurl %]&fi%3Aaudience=c">Tween (9-13 years)</a></li>
      [% END %]