View | Details | Raw Unified | Return to bug 34373
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt (-11 / +12 lines)
Lines 447-463 Link Here
447
447
448
                                            <li>
448
                                            <li>
449
                                                <label>Items ready for pickup: </label>
449
                                                <label>Items ready for pickup: </label>
450
                                                <span>
450
                                                <fieldset>
451
                                                    [% IF waiting_holds.count %]
451
                                                    <ul>
452
                                                        [% FOREACH h IN waiting_holds %]
452
                                                        [% IF waiting_holds.count %]
453
                                                            <p>
453
                                                            [% FOREACH h IN waiting_holds %]
454
                                                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | html %]&biblionumber=[% h.biblionumber | html %]#item[% h.itemnumber | html %]">[% h.item.barcode | html %]</a>)
454
                                                                <li>
455
                                                            </p>
455
                                                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% h.biblionumber | uri %]">[% h.biblio.title | html %]</a> ([% h.biblio.author | html %], <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% h.itemnumber | html %]&biblionumber=[% h.biblionumber | html %]#item[% h.itemnumber | html %]">[% h.item.barcode | html %]</a>)
456
                                                                </li>
457
                                                            [% END %]
458
                                                        [% ELSE %]
459
                                                            <li>There are no waiting holds for this patron at this library.</li>
456
                                                        [% END %]
460
                                                        [% END %]
457
                                                    [% ELSE %]
461
                                                    </ul>
458
                                                        <span>There are no waiting holds for this patron at this library.</span>
462
                                                </fieldset>
459
                                                    [% END %]
460
                                                </span>
461
                                            </li>
463
                                            </li>
462
464
463
                                            <li>
465
                                            <li>
464
- 

Return to bug 34373