Bug 26336: Add hint before and remove select after staging with no items
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / includes / tools-item-action.inc
index b021b54..27fb6da 100644 (file)
@@ -1,8 +1,7 @@
         [% IF item_action_ignore AND num_items == 0 %]
-            <select name="item_action" id="item_action" disabled="disabled">
+            No items were found during staging
         [% ELSE %]
             <select name="item_action" id="item_action">
-        [% END %]
             [% IF ( item_action_always_add ) %]
                 <option value="always_add" selected="selected">
             [% ELSE %]
@@ -33,4 +32,5 @@
                 <option value="ignore">
             [% END %]
                 Ignore items</option>
-        </select>
+            </select>
+        [% END %]