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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +2 lines)
Lines 280-285 Link Here
280
        [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%]
280
        [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%]
281
            [% IF biblio_deleted %]
281
            [% IF biblio_deleted %]
282
                <a class="btn btn-default" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-check-square-o"></i> Return to the cataloging module</a>
282
                <a class="btn btn-default" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-check-square-o"></i> Return to the cataloging module</a>
283
            [% ELSIF searchid %]
284
               <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&searchid=[% searchid | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
283
            [% ELSE %]
285
            [% ELSE %]
284
               <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
286
               <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
285
            [% END %]
287
            [% END %]
286
- 

Return to bug 5428