Updates to the subtype limits for Audience to match the MARC21
authorJoshua Ferraro <jmf@liblime.com>
Tue, 22 Jul 2008 18:44:45 +0000 (13:44 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Jul 2008 18:44:45 +0000 (13:44 -0500)
standard:

a - Preschool
b - Primary
c - Pre-adolescent
d - Adolescent
e - Adult
f - Specialized
g - General
j - Juvenile

For documentation team: please update the screenshot for
this drop-down as the options have changed.

No re-indexing should be necessary.

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl

index f343e0c..ff6da96 100644 (file)
         
         <select name="limit" class="subtype">
             <option value="" selected="selected" class="menuheader">Any audience</option>
-            <option value="aud:a" >Easy</option>
-            <option value="aud:c" >Juvenile</option>
-            <option value="aud:d" >Young adult</option>
-            <option value="aud:e" >Adult</option>
+                       <option value="aud:a">Preschool</option>
+                       <option value="aud:b">Primary</option>
+                       <option value="aud:c">Pre-adolescent</option>
+                       <option value="aud:d">Adolescent</option>
+                       <option value="aud:e">Adult</option>
+                       <option value="aud:f">Specialized</option>
+                       <option value="aud:g">General</option>
+                       <option value="aud:j">Juvenile</option>
         </select>
         
         <select name="limit" class="subtype">