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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc (-3 / +3 lines)
Lines 1-8 Link Here
1
        [% IF item_action_ignore AND num_items == 0 %]
1
        [% IF item_action_ignore AND num_items == 0 %]
2
            <select name="item_action" id="item_action" disabled="disabled">
2
            No items were found during staging
3
        [% ELSE %]
3
        [% ELSE %]
4
            <select name="item_action" id="item_action">
4
            <select name="item_action" id="item_action">
5
        [% END %]
6
            [% IF ( item_action_always_add ) %]
5
            [% IF ( item_action_always_add ) %]
7
                <option value="always_add" selected="selected">
6
                <option value="always_add" selected="selected">
8
            [% ELSE %]
7
            [% ELSE %]
Lines 33-36 Link Here
33
                <option value="ignore">
32
                <option value="ignore">
34
            [% END %]
33
            [% END %]
35
                Ignore items</option>
34
                Ignore items</option>
36
        </select>
35
            </select>
36
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-2 / +2 lines)
Lines 199-205 Link Here
199
      </li>
199
      </li>
200
      <li class="radio">
200
      <li class="radio">
201
        <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
201
        <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
202
        <label for="parse_itemsno">No</label>
202
        <label for="parse_itemsno">No (If you do not check for items while staging you may not change this option later)
203
        </label>
203
      </li>
204
      </li>
204
    </ol>
205
    </ol>
205
    <ol>
206
    <ol>
206
- 

Return to bug 26336