[Koha] koha item types dropdown instead of library dropdown

Fridolin SOMERS fridolin.somers at biblibre.com
Thu May 22 01:38:36 NZST 2014


Hie,

You can add, next to input[name='q'], a dropdown list with the 
values/descriptions of your item types :
<select name="limit">
   <option value="">All</option>
   <option value="mc-itemtype,phr:BOOK">Book</option>
   <option value="mc-itemtype,phr:DVD">DVD</option>
   ...
</select>

Best regards,

Le 17/05/2014 18:09, schnydszch a écrit :
> I forgot that the library pulldown for libraries can be hidden through global
> system preference OpacAddMastheadLibraryPulldown. However, the project I'm
> working with would like to add a dropdown for item types, will that be
> possible? Thanks in advance and cheers!
>
>
>
> --
> View this message in context: http://koha.1045719.n5.nabble.com/koha-item-types-dropdown-instead-of-library-dropdown-tp5798062p5798247.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>

-- 
Fridolin SOMERS
Biblibre - Pôles support et système
fridolin.somers at biblibre.com


More information about the Koha mailing list