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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-2 / +1 lines)
Lines 210-216 Link Here
210
                            </div>
210
                            </div>
211
                            [% IF ( table_loop ) %]
211
                            [% IF ( table_loop ) %]
212
                            <form name="items" class="checkboxed">
212
                            <form name="items" class="checkboxed">
213
                                <h2>Items in batch number [% batch_id %]</h2>
213
                                <h2>Patrons in batch number [% batch_id %]</h2>
214
                                <table id="batcht">
214
                                <table id="batcht">
215
                                    [% FOREACH table_loo IN table_loop %]
215
                                    [% FOREACH table_loo IN table_loop %]
216
                                        [% IF ( table_loo.header_fields ) %]
216
                                        [% IF ( table_loo.header_fields ) %]
217
- 

Return to bug 15228