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 %]&op=reopen&[% IF ( routing && CAN_user_serials_routing ) %]routing=[% subscription.routing | uri %]&[% END %]searched=1&title_filter=[% title_filter | uri %]&ISSN_filter=[% ISSN_filter | uri %]&EAN_filter=[% EAN_filter | uri %]&published_filter=[% publisher_filter | uri %]&bookseller_filter=[% bookseller_filter | uri %]&branch_filter=[% branch_filter | uri %]" |
144 |
href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid | uri %]&op=reopen&routing=[% subscription.routing | uri %]&searched=1&title_filter=[% title_filter | uri %]&ISSN_filter=[% ISSN_filter | uri %]&EAN_filter=[% EAN_filter | uri %]&published_filter=[% publisher_filter | uri %]&bookseller_filter=[% bookseller_filter | uri %]&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 |
- |
|
|