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 184-190 Link Here
184
      </li>
184
      </li>
185
      <li class="radio">
185
      <li class="radio">
186
        <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
186
        <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
187
        <label for="parse_itemsno">No</label>
187
        <label for="parse_itemsno">No (If you do not check for items while staging you may not change this option later)
188
        </label>
188
      </li>
189
      </li>
189
    </ol>
190
    </ol>
190
    <ol>
191
    <ol>
191
- 

Return to bug 26336