diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 15:53:29 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 15:53:29 -0400 |
| commit | eb3902a107de36cc3064c8cf52e0a9e14a6b4301 (patch) | |
| tree | 6741b1b64eec5805557dfabb8923e0bf4875c690 | |
| parent | 7b2fb440e473b1dbc0293d4f08c719c23870f832 (diff) | |
| download | newsletters-eb3902a107de36cc3064c8cf52e0a9e14a6b4301.tar.gz newsletters-eb3902a107de36cc3064c8cf52e0a9e14a6b4301.tar.bz2 newsletters-eb3902a107de36cc3064c8cf52e0a9e14a6b4301.zip | |
convert {textarea} from block into function
| -rw-r--r-- | templates/edit_edition.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_edition.tpl b/templates/edit_edition.tpl index 20f67d8..9d1d036 100644 --- a/templates/edit_edition.tpl +++ b/templates/edit_edition.tpl @@ -74,7 +74,7 @@ {formhelp note="This is the email address to which any replies will be sent."} {/forminput} </div> - {textarea}{$pageInfo.data}{/textarea} + {textarea edit=$pageInfo.data} {/legend} {/jstab} |
