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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-14 / +11 lines)
Lines 136-154 Link Here
136
                                    [% IF closed %]
136
                                    [% IF closed %]
137
                                        <a class="btn btn-default btn-xs dropdown-toggle" id="closedsubactions[% subscription.subscriptionid | html %]" role="button" data-bs-toggle="dropdown" href="#"> Actions </a>
137
                                        <a class="btn btn-default btn-xs dropdown-toggle" id="closedsubactions[% subscription.subscriptionid | html %]" role="button" data-bs-toggle="dropdown" href="#"> Actions </a>
138
                                        <ul class="dropdown-menu" role="menu" aria-labelledby="closedsubactions[% subscription.subscriptionid | html %]">
138
                                        <ul class="dropdown-menu" role="menu" aria-labelledby="closedsubactions[% subscription.subscriptionid | html %]">
139
                                            [% IF ( routing && CAN_user_serials_routing ) %]
139
                                            [% UNLESS ( subscription.cannotedit ) %]
140
                                                [% UNLESS ( subscription.cannotedit ) %]
140
                                                <li>
141
                                                    <li>
141
                                                    <a
142
                                                        <a
142
                                                        class="dropdown-item"
143
                                                            class="dropdown-item"
143
                                                        href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid | uri %]&amp;op=reopen&amp;[% IF ( routing && CAN_user_serials_routing ) %]routing=[% subscription.routing | uri %]&amp;[% END %]searched=1&amp;title_filter=[% title_filter | uri %]&amp;ISSN_filter=[% ISSN_filter | uri %]&amp;EAN_filter=[% EAN_filter | uri %]&amp;published_filter=[% publisher_filter | uri %]&amp;bookseller_filter=[% bookseller_filter | uri %]&amp;branch_filter=[% branch_filter | uri %]"
144
                                                            href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid | uri %]&amp;op=reopen&amp;routing=[% subscription.routing | uri %]&amp;searched=1&amp;title_filter=[% title_filter | uri %]&amp;ISSN_filter=[% ISSN_filter | uri %]&amp;EAN_filter=[% EAN_filter | uri %]&amp;published_filter=[% publisher_filter | uri %]&amp;bookseller_filter=[% bookseller_filter | uri %]&amp;branch_filter=[% branch_filter | uri %]"
144
                                                        id="reopensub"
145
                                                            id="reopensub"
145
                                                    >
146
                                                        >
146
                                                        <i class="fa-solid fa-arrow-rotate-right"></i> Reopen</a
147
                                                            <i class="fa-solid fa-arrow-rotate-right"></i> Reopen</a
147
                                                    >
148
                                                        >
148
                                                </li>
149
                                                    </li>
149
                                            [% END %]
150
                                                [% END %]
151
                                            [% END # IF ( routing && CAN_user_serials_routing ) %]
152
150
153
                                            <li>
151
                                            <li>
154
                                                <a class="dropdown-item" href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=[% subscription.subscriptionid | uri %]"><i class="fa-solid fa-rectangle-list"></i> Issue history</a>
152
                                                <a class="dropdown-item" href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=[% subscription.subscriptionid | uri %]"><i class="fa-solid fa-rectangle-list"></i> Issue history</a>
155
- 

Return to bug 39997