[Bug 7960] choice to not show the text labels for item types
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960 --- Comment #19 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 84219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84219 Bug 7960: Add class to item type descriptions so they can be hidden with CSS Review of attachment 84219: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=7960&attachment=84219) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ +121,4 @@
<tr> [% FOREACH itemtypeloo IN advsearchloo.code_loop %] <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') | html %]-[% itemtypeloo.number | html %]" name="limit" value="mc-[% itemtypeloo.ccl | html %]:[% itemtypeloo.code | html %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') | html %]-[% itemtypeloo.number | html %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img src="[% itemtypeloo.imageurl | html %]" alt="[% itemtypeloo.description | html %]" />[% END %] [% END %] + <span class="itypetext">[% itemtypeloo.description | html %]<span></label></td>
Bad ending tag - missing "/" ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ +534,4 @@
[% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>][% END %] ([% onloan_items_loo.count | html %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue | html %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %] [% IF item_level_itypes && onloan_items_loo.description %] +<<<<<<< HEAD
Merge markers @@ +566,4 @@
[% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan | html %][% END %] ([% other_items_loo.count | html %]) [% IF item_level_itypes && other_items_loo.description %] +<<<<<<< HEAD
Merge markers -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org