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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 173-179 Link Here
173
                  <div id="records_to_import">
173
                  <div id="records_to_import">
174
                    <span class="checkall"><a id="checkAll" href="#">Check all</a></span>
174
                    <span class="checkall"><a id="checkAll" href="#">Check all</a></span>
175
                    <span class="uncheckall"><a id="unCheckAll" href="#">Uncheck all</a></span>
175
                    <span class="uncheckall"><a id="unCheckAll" href="#">Uncheck all</a></span>
176
                    <label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show all funds:</label>
176
                    <label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive funds:</label>
177
                    <input type="checkbox" id="showallbudgets" />
177
                    <input type="checkbox" id="showallbudgets" />
178
                        <input type="hidden" name="op" value="import_records"/>
178
                        <input type="hidden" name="op" value="import_records"/>
179
                        <input type="hidden" name="basketno" value="[% basketno %]" />
179
                        <input type="hidden" name="basketno" value="[% basketno %]" />
Lines 347-353 Link Here
347
                                                [% END %]
347
                                                [% END %]
348
                                            [% END %]
348
                                            [% END %]
349
                                            </select>
349
                                            </select>
350
                                            <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show all:</label>
350
                                            <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive:</label>
351
                                            <input type="checkbox" id="all_showallbudgets" />
351
                                            <input type="checkbox" id="all_showallbudgets" />
352
                                        </li>
352
                                        </li>
353
                                    [% END %]
353
                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-2 / +1 lines)
Lines 191-197 Link Here
191
                    [% END %]
191
                    [% END %]
192
                [% END %]
192
                [% END %]
193
            </select>
193
            </select>
194
            <label for="showallfunds" style="float:none;width:auto;">&nbsp;Show all:</label>
194
            <label for="showallfunds" style="float:none;width:auto;">&nbsp;Show inactive:</label>
195
            <input type="checkbox" id="showallfunds" />
195
            <input type="checkbox" id="showallfunds" />
196
196
197
        </li>
197
        </li>
198
- 

Return to bug 14163