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 31-37 Link Here
31
    csrlt.fnAddFilters("filter", 750);
31
    csrlt.fnAddFilters("filter", 750);
32
32
33
    $('#serialstabs').tabs();
33
    $('#serialstabs').tabs();
34
34
    $("#reopensub").click(function(){
35
      return confirm(_("Are you sure you want to reopen this subscription?"));
36
    });
35
 });
37
 });
36
 //]]>
38
 //]]>
37
</script>
39
</script>
Lines 237-243 Link Here
237
                        </td>
239
                        </td>
238
                        <td>
240
                        <td>
239
                          [% UNLESS subscription.cannotedit %]
241
                          [% UNLESS subscription.cannotedit %]
240
                            <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>
242
                            <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>
241
                          [% ELSE %]
243
                          [% ELSE %]
242
                            Cannot edit
244
                            Cannot edit
243
                          [% END %]
245
                          [% END %]
244
- 

Return to bug 9323