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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-3 / +4 lines)
Lines 27-33 Link Here
27
    csrlt.fnAddFilters("filter", 750);
27
    csrlt.fnAddFilters("filter", 750);
28
28
29
    $('#serialstabs').tabs();
29
    $('#serialstabs').tabs();
30
30
    $("#reopensub").click(function(){
31
      return confirm(_("Are you sure you want to reopen this subscription?"));
32
    });
31
 });
33
 });
32
 //]]>
34
 //]]>
33
</script>
35
</script>
Lines 233-239 Link Here
233
                        </td>
235
                        </td>
234
                        <td>
236
                        <td>
235
                          [% UNLESS subscription.cannotedit %]
237
                          [% UNLESS subscription.cannotedit %]
236
                            <a href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid %]&amp;op=reopen&routing=[% subscription.routing %]&amp;searched=1&amp;title_filter=[% title_filter %]&amp;ISSN_filter=[% ISSN_filter %]&amp;EAN_filter=[% EAN_filter %]&amp;published_filter=[% publisher_filter %]&amp;bookseller_filter=[% bookseller_filter %]&amp;branch_filter=[% branch_filter %]" onclick="return confirm(_('Are you sure you want to reopen this subscription?'));">Reopen</a>
238
                            <a href="/cgi-bin/koha/serials/serials-search.pl?subscriptionid=[% subscription.subscriptionid %]&amp;op=reopen&amp;routing=[% subscription.routing %]&amp;searched=1&amp;title_filter=[% title_filter %]&amp;ISSN_filter=[% ISSN_filter %]&amp;EAN_filter=[% EAN_filter %]&amp;published_filter=[% publisher_filter %]&amp;bookseller_filter=[% bookseller_filter %]&amp;branch_filter=[% branch_filter %]" id="reopensub">Reopen</a>
237
                          [% ELSE %]
239
                          [% ELSE %]
238
                            Cannot edit
240
                            Cannot edit
239
                          [% END %]
241
                          [% END %]
240
- 

Return to bug 9323