@@ -, +, @@ management - Scroll down to the "Clubs" table, below the "Club templates" table. - In the table of clubs, the club name should not be a link. - Hovering your mouse over the table should not highlight each row. - Search the catalog and start the process of placing a hold on an item. - On the "Place hold" page, click the "Clubs" tab and perform a search which will return multiple clubs. - In this view, the club name should be a link. Clicking it should select that club for the hold. - You should also be able to click anywhere in the row to select the club for the hold. --- koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc @@ -1,4 +1,8 @@ - +[% IF destination == 'holds' %] +
+[% ELSE %] +
+[% END %] @@ -26,10 +30,11 @@ [% SET data_url = "/cgi-bin/koha/reserve/request.pl?club=" _ c.id _ "&biblionumber=" _ biblionumber %] [% END %] + [% ELSE %] + [% END %] - [% UNLESS destination == 'holds' %] --
Name
[% c.name | html %]
[% c.name | html %][% c.name | html %] [% c.club_template.name | html %] [% c.description | html %]