|
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 %] |