Jonathan Druart
5825026448
This patch has been generated with the script provided on bug 21576. It only affects variable used in the href attribute of a link *when* href it the first attribute of the node (grep "a href") Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
[% IF ( subscriptionid ) %]
|
|
<ul>
|
|
<li><a href="serials-collection.pl?subscriptionid=[% subscriptionid | uri %]">Serial collection</a></li>
|
|
[% UNLESS closed %]
|
|
[% IF ( routing && CAN_user_serials_routing ) %]
|
|
[% IF ( hasRouting ) %]
|
|
<li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid | uri %]">Edit routing list</a></li>
|
|
[% ELSE %]
|
|
<li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid | uri %]&op=new">Create routing list</a></li>
|
|
[% END %]
|
|
[% END %]
|
|
[% END %]
|
|
</ul>
|
|
[% END %]
|
|
|
|
<ul>
|
|
[% IF ( CAN_user_serials_claim_serials ) %]
|
|
<li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li>
|
|
[% END %]
|
|
[% IF ( CAN_user_serials_check_expiration ) %]
|
|
<li><a href="/cgi-bin/koha/serials/checkexpiration.pl">Check expiration</a></li>
|
|
[% END %]
|
|
<li>
|
|
<a href="/cgi-bin/koha/serials/subscription-frequencies.pl">
|
|
Manage frequencies
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">
|
|
Manage numbering patterns
|
|
</a>
|
|
</li>
|
|
<li><a href="/cgi-bin/koha/serials/add_fields.pl">Add subscription fields</a></li>
|
|
</ul>
|