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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 / +6 lines)
Lines 172-177 Link Here
172
                </form>
172
                </form>
173
                [% END %]
173
                [% END %]
174
174
175
                [% IF ( op == 'show') && (!borrowers) && (!notfoundcardnumbers) # Alert if no patrons given%]
176
                    [% op = 'noshow' # Change op to prevent display in code below %]
177
                    <h1>Batch patrons modification</h1>
178
                    <div class="dialog alert">No patron card numbers given. <a href="/cgi-bin/koha/tools/modborrowers.pl" class="btn btn-mini">Back</a></div>
179
                [% END #Alert if no patrons %]
180
175
                [% IF ( op == 'show' or op == 'show_results' ) %]
181
                [% IF ( op == 'show' or op == 'show_results' ) %]
176
                    [% IF ( op == 'show' ) %]
182
                    [% IF ( op == 'show' ) %]
177
                        <h1>Batch patrons modification</h1>
183
                        <h1>Batch patrons modification</h1>
178
- 

Return to bug 16682