summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorjeff <jeff>2008-09-16 01:22:28 +0000
committerjeff <jeff>2008-09-16 01:22:28 +0000
commiteef578f09ac0198a48287a0c85d367fcd5f17459 (patch)
tree8ce1440578dced9039b9e598465014690a43c1bd /httemplate/edit/elements/edit.html
parentdcc553538ede04c0783bc92d3942c905c29131c1 (diff)
correct package editor when taxproducts off
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r--httemplate/edit/elements/edit.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 0250153c1..83524756e 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -230,6 +230,11 @@ Example:
% 'disabled' => $f->{'disabled'},
% );
%
+% #selectlayers, others?
+% $include_common{$_} = $f->{$_}
+% foreach grep exists($f->{$_}),
+% qw( js_only html_only select_only layers_only cell_style);
+%
% #select-*
% $include_common{$_} = $f->{$_}
% foreach grep exists($f->{$_}), qw( empty_label );
@@ -365,7 +370,7 @@ Example:
% 'object' => $object,
% 'cgi' => $cgi,
% 'onchange' => $onchange,
-% 'cell_style' => ( $fieldnum ? 'border-top:1px solid black' : '' ),
+% ( $fieldnum ? ('cell_style' => 'border-top:1px solid black') : () ),
% );
<% include( @include ) %>