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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-5 / +4 lines)
Lines 513-522 Link Here
513
513
514
                <h1>Manage ILL request [% request.id_prefix _ request.illrequest_id | html %]</h1>
514
                <h1>Manage ILL request [% request.id_prefix _ request.illrequest_id | html %]</h1>
515
                <div id="request-toolbar" class="btn-toolbar">
515
                <div id="request-toolbar" class="btn-toolbar">
516
                    <a title="Edit request" id="ill-toolbar-btn-edit-action" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?op=edit_action&amp;illrequest_id=[% request.illrequest_id | html %]">
517
                        <i class="fa-solid fa-pencil" aria-hidden="true"></i>
518
                        Edit request
519
                    </a>
520
                    [% FOREACH action IN request.available_actions %]
516
                    [% FOREACH action IN request.available_actions %]
521
                        [% needs_prefs = action.needs_prefs.size ? action.needs_prefs : [] %]
517
                        [% needs_prefs = action.needs_prefs.size ? action.needs_prefs : [] %]
522
                        [% needs_perms = action.needs_perms.size ? action.needs_perms : [] %]
518
                        [% needs_perms = action.needs_perms.size ? action.needs_perms : [] %]
Lines 600-605 Link Here
600
                            </a>
596
                            </a>
601
                        [% END %]
597
                        [% END %]
602
                    [% END %]
598
                    [% END %]
599
                    <a title="Edit request" id="ill-toolbar-btn-edit-action" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?op=edit_action&amp;illrequest_id=[% request.illrequest_id | html %]">
600
                        <i class="fa-solid fa-pencil" aria-hidden="true"></i>
601
                        Edit request
602
                    </a>
603
                    [% IF request.borrowernumber %]
603
                    [% IF request.borrowernumber %]
604
                        <div class="dropdown btn-group">
604
                        <div class="dropdown btn-group">
605
                            <button class="btn btn-default dropdown-toggle" type="button" id="ill-notice-dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
605
                            <button class="btn btn-default dropdown-toggle" type="button" id="ill-notice-dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
606
- 

Return to bug 41536