From 391f13d506cf98833c03cd44833ab1b7eb3a0485 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Wed, 2 May 2007 08:17:14 +0000 Subject: remove gContent->mInfo.data as default value for textarea. this will insert the data of the content when we're creating a new comment. seems to work without the default. if this default value has a particular reason, we need to find a way to work around this. --- templates/edit_textarea.tpl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'templates/edit_textarea.tpl') diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl index 67bae10..35831cf 100644 --- a/templates/edit_textarea.tpl +++ b/templates/edit_textarea.tpl @@ -12,14 +12,10 @@ {/if}
- {if !empty($textarea_label)} - {formlabel label=$textarea_label for=$textarea_id} - {/if} + {formlabel label=$textarea_label for=$textarea_id} {forminput} - - {if !empty($textarea_help)} - {formhelp note=$textarea_help} - {/if} + + {formhelp note=$textarea_help} {/forminput}
{/strip} -- cgit v1.3