Lines 233-238
Link Here
|
233 |
[%- ELSE -%] |
233 |
[%- ELSE -%] |
234 |
<option value="Textarea">Textarea</option> |
234 |
<option value="Textarea">Textarea</option> |
235 |
[% END %] |
235 |
[% END %] |
|
|
236 |
[%- IF (preftype && preftype == 'Htmlarea') -%] |
237 |
<option value="Htmlarea" selected>Htmlarea</option> |
238 |
[%- ELSE -%] |
239 |
<option value="Htmlarea">Htmlarea</option> |
240 |
[% END %] |
236 |
[%- IF (preftype && preftype == 'Float') -%] |
241 |
[%- IF (preftype && preftype == 'Float') -%] |
237 |
<option value="Float" selected>Float</option> |
242 |
<option value="Float" selected>Float</option> |
238 |
[%- ELSE -%] |
243 |
[%- ELSE -%] |
239 |
- |
|
|