Merge branch 'bug_9323' into 3.12-master
This commit is contained in:
commit
2131c66edd
1 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,9 @@
|
|||
csrlt.fnAddFilters("filter", 750);
|
||||
|
||||
$('#serialstabs').tabs();
|
||||
|
||||
$("#reopensub").click(function(){
|
||||
return confirm(_("Are you sure you want to reopen this subscription?"));
|
||||
});
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
|
@ -237,7 +239,7 @@
|
|||
</td>
|
||||
<td>
|
||||
[% UNLESS subscription.cannotedit %]
|
||||
<a href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid %]&op=reopen&routing=[% subscription.routing %]&searched=1&title_filter=[% title_filter %]&ISSN_filter=[% ISSN_filter %]&EAN_filter=[% EAN_filter %]&published_filter=[% publisher_filter %]&bookseller_filter=[% bookseller_filter %]&branch_filter=[% branch_filter %]" onclick="return confirm(_('Are you sure you want to reopen this subscription?'));">Reopen</a>
|
||||
<a href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid %]&op=reopen&routing=[% subscription.routing %]&searched=1&title_filter=[% title_filter %]&ISSN_filter=[% ISSN_filter %]&EAN_filter=[% EAN_filter %]&published_filter=[% publisher_filter %]&bookseller_filter=[% bookseller_filter %]&branch_filter=[% branch_filter %]" id="reopensub">Reopen</a>
|
||||
[% ELSE %]
|
||||
Cannot edit
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue