KMAIN-143 - Change publisher weight, add publisher index to dropdown options
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:07:08 +0000 (17:07 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: fcf87f0

KCLS/openils/var/templates_kcls/opac/parts/qtype_selector.tt2

index 9ae152e..6e2b99f 100644 (file)
@@ -6,7 +6,7 @@
     {value => "series", label => l("Series")},
     {value => "id|bibcn", label => l("Bib Call Number")}
     {value => "identifier", label => l("ISBN/ISSN/Other")}
-       {value => "keyword|publisher", label => l("Publisher")}
+    {value => "keyword|publisher", label => l("Publisher")}
 ] %]
 <select name="qtype" onChange='updateBeginsWithOption(this, get_nextsibling(this.parentNode));'>
     [%  query_type = query_type || CGI.param('qtype');