Lines 334-340
Link Here
|
334 |
|
334 |
|
335 |
<div class="subscription-details"> |
335 |
<div class="subscription-details"> |
336 |
<h2>Subscription details</h2> |
336 |
<h2>Subscription details</h2> |
337 |
<p><strong>Number of subscriptions: </strong>[% subscriptioncount | html %]</p> |
337 |
<p><strong>Number of subscriptions: </strong> |
|
|
338 |
[% IF ( CAN_user_serials ) %] |
339 |
<a href="/cgi-bin/koha/serials/serials-search.pl?bookseller_filter=[% name | uri %]&searched=1">[% subscriptioncount | html %]</a> |
340 |
[% ELSE %] |
341 |
[% subscriptioncount | html %] |
342 |
[% END %] |
343 |
</p> |
338 |
</div> |
344 |
</div> |
339 |
|
345 |
|
340 |
</div> |
346 |
</div> |
341 |
- |
|
|