summaryrefslogtreecommitdiffstats
path: root/template/en/default/whine
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/whine')
-rw-r--r--template/en/default/whine/schedule.html.tmpl11
1 files changed, 8 insertions, 3 deletions
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl
index b49f713a8..4f94b4d71 100644
--- a/template/en/default/whine/schedule.html.tmpl
+++ b/template/en/default/whine/schedule.html.tmpl
@@ -113,9 +113,14 @@
Descriptive text sent within whine message:
</td>
<td>
- <textarea name="event_[% event.key %]_body"
- rows="5" cols="80">
- [% event.value.body FILTER html %]</textarea>
+ [% INCLUDE global/textarea.html.tmpl
+ name = "event_${event.key}_body"
+ minrows = 3
+ maxrows = 10
+ defaultrows = 5
+ cols = 80
+ defaultcontent = event.value.body
+ %]
</td>
</tr>