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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-6 / +5 lines)
Lines 471-483 Link Here
471
                    </div>
471
                    </div>
472
                [% END %]
472
                [% END %]
473
            </form>
473
            </form>
474
        [% ELSIF ( op == 'show_results' ) %]
475
            [% PROCESS show_patron_list %]
476
            <p>
477
                <a href="/cgi-bin/koha/tools/modborrowers.pl" title="New batch patrons modification">New batch patron modification</a>
478
            </p>
474
        [% END %]
479
        [% END %]
475
    [% END %]
480
    [% END %]
476
    [% IF ( op == 'show_results' ) %]
477
        <p>
478
            <a href="/cgi-bin/koha/tools/modborrowers.pl" title="New batch patrons modification">New batch patron modification</a>
479
        </p>
480
    [% END %]
481
[% END %]
481
[% END %]
482
482
483
[% MACRO jsinclude BLOCK %]
483
[% MACRO jsinclude BLOCK %]
484
- 

Return to bug 41065