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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-5 lines)
Lines 167-176 Link Here
167
                            <input id="itemtype-[% itemtype.itemtype | html %]" class="branch_select" type="checkbox" name="itemtype-[% itemtype.itemtype | html %]" value="[% itemtype.itemtype | html %]" />
167
                            <input id="itemtype-[% itemtype.itemtype | html %]" class="branch_select" type="checkbox" name="itemtype-[% itemtype.itemtype | html %]" value="[% itemtype.itemtype | html %]" />
168
                            <label for="itemtype-[% itemtype.itemtype | html %]">[% itemtype.description | html %]</label>
168
                            <label for="itemtype-[% itemtype.itemtype | html %]">[% itemtype.description | html %]</label>
169
                        </div>
169
                        </div>
170
                        [% IF loop.count() % 4 == 0 && !loop.last() %]
171
                            </div>
172
                            <div class="branchgridrow">
173
                        [% END %]
174
                    [% END %]
170
                    [% END %]
175
                </div>
171
                </div>
176
            </div>
172
            </div>
177
- 

Return to bug 4037