working on adding codearea form field type
This commit is contained in:
parent
a287beda58
commit
cbb4f662c4
5 changed files with 105 additions and 4 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue