|
Lines 1-4
Link Here
|
| 1 |
<select name="item_action" id="item_action"> |
1 |
[% IF item_action_ignore AND num_items == 0 %] |
|
|
2 |
<select name="item_action" id="item_action" disabled="disabled"> |
| 3 |
[% ELSE %] |
| 4 |
<select name="item_action" id="item_action"> |
| 5 |
[% END %] |
| 2 |
[% IF ( item_action_always_add ) %] |
6 |
[% IF ( item_action_always_add ) %] |
| 3 |
<option value="always_add" selected="selected"> |
7 |
<option value="always_add" selected="selected"> |
| 4 |
[% ELSE %] |
8 |
[% ELSE %] |
| 5 |
- |
|
|