Lines 117-123
Link Here
|
117 |
|
117 |
|
118 |
<div class="[% div_class | html %]" style="[% div_style | html %]"> |
118 |
<div class="[% div_class | html %]" style="[% div_style | html %]"> |
119 |
[% IF ( expanded_options ) %] |
119 |
[% IF ( expanded_options ) %] |
120 |
[% IF loop.first %] |
120 |
[% IF !loop.first %] |
121 |
[% SET opindex = loop.index - 1 %] |
121 |
[% SET opindex = loop.index - 1 %] |
122 |
<select name="op"> |
122 |
<select name="op"> |
123 |
[% IF operators.$opindex == 'OR' %] |
123 |
[% IF operators.$opindex == 'OR' %] |
124 |
- |
|
|