Revision 670449c0
Von Andreas Rudin vor fast 5 Jahren hinzugefügt
templates/webpages/custom_variable_config/form.html | ||
---|---|---|
36 | 36 |
<tr> |
37 | 37 |
<th>[% 'Options' | $T8 %]<sup>(5)</sup></th> |
38 | 38 |
<td> |
39 |
<textarea name="[% config.options %]" id="[% config.options %]" class="wi-wider" cols="5" rows="3">[% SELF.config.options %]</textarea> |
|
40 |
[% #L.input_tag("config.options", SELF.config.options, class='wi-wider') %] |
|
39 |
[% L.textarea_tag("config.options", SELF.config.options, cols='5' rows='3' class='wi-wider') %] |
|
41 | 40 |
</td> |
42 | 41 |
</tr> |
43 | 42 |
<tr> |
Auch abrufbar als: Unified diff
Fehler beim Erstellen von CVars vom Typ «Auswahlbox» behoben (#409)