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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +6 lines)
Lines 175-181 Link Here
175
                [% IF ( op == 'show') && (!borrowers) && (!notfoundcardnumbers) # Alert if no patrons given%]
175
                [% IF ( op == 'show') && (!borrowers) && (!notfoundcardnumbers) # Alert if no patrons given%]
176
                    [% op = 'noshow' # Change op to prevent display in code below %]
176
                    [% op = 'noshow' # Change op to prevent display in code below %]
177
                    <h1>Batch patrons modification</h1>
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>
178
                    <div class="dialog alert">
179
                        <p>No patron card numbers given.</p>
180
                        <form action="/cgi-bin/koha/tools/modborrowers.pl" method="get">
181
                         <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
182
                        </form>
183
                    </div>
179
                [% END #Alert if no patrons %]
184
                [% END #Alert if no patrons %]
180
185
181
                [% IF ( op == 'show' or op == 'show_results' ) %]
186
                [% IF ( op == 'show' or op == 'show_results' ) %]
182
- 

Return to bug 16682