From 7bab9a9fae4b88014262f7154e54874adcf3d947 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 13 Jul 2010 11:09:55 +0000 Subject: notices, RT#8324 --- httemplate/edit/elements/edit.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/edit/elements/edit.html') 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++; % } -- cgit v1.2.1