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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-15 / +16 lines)
Lines 535-554 Link Here
535
                            </a>
535
                            </a>
536
                        [% END %]
536
                        [% END %]
537
                    [% END %]
537
                    [% END %]
538
                    <div class="dropdown btn-group">
538
                    [% IF request.borrowernumber %]
539
                        <button class="btn btn-default dropdown-toggle" type="button" id="ill-notice-dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
539
                        <div class="dropdown btn-group">
540
                            <i class="fa-solid fa-envelope"></i> Send notice to patron
540
                            <button class="btn btn-default dropdown-toggle" type="button" id="ill-notice-dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
541
                        </button>
541
                                <i class="fa-solid fa-envelope"></i> Send notice to patron
542
                        <ul class="dropdown-menu" aria-labelledby="ill-notice-dropdown">
542
                            </button>
543
                            [% FOREACH notice IN notices %]
543
                            <ul class="dropdown-menu" aria-labelledby="ill-notice-dropdown">
544
                                <li
544
                                [% FOREACH notice IN notices %]
545
                                    ><a class="dropdown-item" href="/cgi-bin/koha/ill/ill-requests.pl?op=send_notice&amp;illrequest_id=[% request.illrequest_id | uri %]&amp;notice_code=[% notice.code | uri %]"
545
                                    <li
546
                                        >[% notice.name | html %]</a
546
                                        ><a class="dropdown-item" href="/cgi-bin/koha/ill/ill-requests.pl?op=send_notice&amp;illrequest_id=[% request.illrequest_id | uri %]&amp;notice_code=[% notice.code | uri %]"
547
                                    ></li
547
                                            >[% notice.name | html %]</a
548
                                >
548
                                        ></li
549
                            [% END %]
549
                                    >
550
                        </ul>
550
                                [% END %]
551
                    </div>
551
                            </ul>
552
                        </div>
553
                    [% END %]
552
                    <a title="Display supplier metadata" id="ill-request-display-metadata" class="btn btn-default" href="#">
554
                    <a title="Display supplier metadata" id="ill-request-display-metadata" class="btn btn-default" href="#">
553
                        <span class="fa-solid fa-eye"></span>
555
                        <span class="fa-solid fa-eye"></span>
554
                        Display supplier metadata
556
                        Display supplier metadata
555
- 

Return to bug 32630