diff options
| author | ivan <ivan> | 2010-07-13 11:09:55 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-07-13 11:09:55 +0000 |
| commit | 7bab9a9fae4b88014262f7154e54874adcf3d947 (patch) | |
| tree | 848255257d04dcf5b603e815f8b0f0e5c29c3d70 /httemplate/edit | |
| parent | e491946343abd5b7dddfd19f20a44ceb767bd37b (diff) | |
notices, RT#8324
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/elements/edit.html | 5 | ||||
| -rw-r--r-- | httemplate/edit/msg_template.html | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 45556efa7..f44dc949b 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -304,6 +304,11 @@ Example: % $include_common{$_} = $f->{$_} % foreach grep exists($f->{$_}), qw( hashref agent_virt agent_null_right ); % +% #htmlarea +% $include_common{$_} = $f->{$_} +% foreach grep exists($f->{$_}), qw( width height ); +% +% % if ( $type eq 'tablebreak-tr-title' ) { % $include_common{'table_id'} = 'TableNumber'. $tablenum++; % } diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 6632d027a..68725e243 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -3,8 +3,14 @@ 'table' => 'msg_template', 'viewall_dir' => 'browse', 'fields' => [ 'msgname', - { field=>'body', type=>'htmlarea' }, + 'subject', + { field=>'body', type=>'htmlarea', width=>763 }, ], + 'labels' => { 'msgnum' => 'Template', + 'msgname' => 'Template name', + 'subject' => 'Message subject', + 'body' => 'Message template', + }, ) %> <%init> |
