Revision 3d7dce71
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
templates/webpages/generic/set_longdescription_de.html | ||
---|---|---|
15 | 15 |
<tr> |
16 | 16 |
<td> |
17 | 17 |
|
18 |
<textarea id="longdescription" name="longdescription" rows=4 cols=30 wrap=soft><TMPL_VAR NAME=longdescription ESCAPE=HTML></textarea>
|
|
18 |
<textarea id="longdescription" name="longdescription" rows="15" cols="45" wrap="soft"><TMPL_VAR NAME=longdescription ESCAPE=HTML></textarea>
|
|
19 | 19 |
|
20 | 20 |
</td> |
21 | 21 |
</tr> |
templates/webpages/generic/set_longdescription_master.html | ||
---|---|---|
15 | 15 |
<tr> |
16 | 16 |
<td> |
17 | 17 |
|
18 |
<textarea id="longdescription" name="longdescription" rows=4 cols=30 wrap=soft><TMPL_VAR NAME=longdescription ESCAPE=HTML></textarea>
|
|
18 |
<textarea id="longdescription" name="longdescription" rows="15" cols="45" wrap="soft"><TMPL_VAR NAME=longdescription ESCAPE=HTML></textarea>
|
|
19 | 19 |
|
20 | 20 |
</td> |
21 | 21 |
</tr> |
Auch abrufbar als: Unified diff
Das Eingabefeld für den Langtext im Popupfenster etwas vergrößert.