working on adding codearea form field type

This commit is contained in:
JT Smith 2004-12-28 06:08:55 +00:00
parent a287beda58
commit cbb4f662c4
5 changed files with 105 additions and 4 deletions

View file

@ -124,7 +124,7 @@ sub www_editTemplate {
}
$f->hidden("tid",$session{form}{tid});
$f->text("name",WebGUI::International::get(528),$template{name});
$f->textarea(
$f->codearea(
-name=>"template",
-label=>WebGUI::International::get(504),
-value=>$template{template},