@@ -, +, @@ sortable - Log in to the OPAC as a user who can place holds. - Search the catalog for items which will accept item-level holds. - Place a hold on one of the results, and click the "Show more options" link on the holds page. - Check the "specific item" radio button. - A table of items should be displayed. Confirm that the table is sortable. - The first entry in the table should be selected. - Perform the same test when placing a hold on multiple titles. Confirm that each table of items is sortable. --- .../bootstrap/en/modules/opac-reserve.tt | 32 +++++++------------ 1 file changed, 11 insertions(+), 21 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -344,7 +344,7 @@ [% IF bibitemloo.itemholdable %]
- +
@@ -378,7 +378,7 @@ [% ELSE %] [% END %] -
Select a specific item:
+ [% ELSE %] [% SET unholdable_items = 1 %] @@ -493,21 +493,10 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'calendar.inc' %] +[% INCLUDE 'datatables.inc' %] [% END %] --