Lines 129-153
Link Here
|
129 |
<li> |
129 |
<li> |
130 |
<label for="ratio">Hold ratio:</label> |
130 |
<label for="ratio">Hold ratio:</label> |
131 |
<input type="text" size="5" id="ratio" name="ratio" value="[% ratio | html %]" /> |
131 |
<input type="text" size="5" id="ratio" name="ratio" value="[% ratio | html %]" /> |
132 |
<li> |
132 |
</li> |
133 |
|
133 |
|
134 |
<li> |
134 |
<li class="checkbox"> |
135 |
<label for="include_ordered">Included ordered:</label> |
|
|
136 |
[% IF include_ordered %] |
135 |
[% IF include_ordered %] |
137 |
<input id="include_ordered" name="include_ordered" type="checkbox" checked="checked"/> |
136 |
<input id="include_ordered" name="include_ordered" type="checkbox" checked="checked"/> |
138 |
[% ELSE %] |
137 |
[% ELSE %] |
139 |
<input id="include_ordered" name="include_ordered" type="checkbox"/> |
138 |
<input id="include_ordered" name="include_ordered" type="checkbox"/> |
140 |
[% END %] |
139 |
[% END %] |
141 |
<li> |
140 |
<label for="include_ordered">Include ordered</label> |
|
|
141 |
</li> |
142 |
|
142 |
|
143 |
<li> |
143 |
<li class="checkbox"> |
144 |
<label for="include_suspended">Included suspended:</label> |
|
|
145 |
[% IF include_suspended %] |
144 |
[% IF include_suspended %] |
146 |
<input id="include_suspended" name="include_suspended" type="checkbox" checked="checked"/> |
145 |
<input id="include_suspended" name="include_suspended" type="checkbox" checked="checked"/> |
147 |
[% ELSE %] |
146 |
[% ELSE %] |
148 |
<input id="include_suspended" name="include_suspended" type="checkbox"/> |
147 |
<input id="include_suspended" name="include_suspended" type="checkbox"/> |
149 |
[% END %] |
148 |
[% END %] |
150 |
<li> |
149 |
<label for="include_suspended">Include suspended</label> |
|
|
150 |
</li> |
151 |
|
151 |
|
152 |
<li> |
152 |
<li> |
153 |
<label for="from">Start date:</label> |
153 |
<label for="from">Start date:</label> |
154 |
- |
|
|