diff options
author | ivan <ivan> | 2010-03-01 21:36:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-01 21:36:19 +0000 |
commit | 809adfdda42cdd46b9a8abf9530b1458b2d6b807 (patch) | |
tree | c19f5c8333e4842c66a3c9c98616843d03c510b4 /httemplate/edit/elements | |
parent | 4cbd1300a45200f614fa0bcdee40abbfd5e28ff8 (diff) |
fix up editing services w/manual select from inventory, RT#7010
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/edit.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 9e5c4e03c..88a1fe58d 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -282,9 +282,13 @@ Example: % $include_common{$_} = $f->{$_} % foreach grep exists($f->{$_}), qw( empty_label ); % +% #select-table +% $include_common{$_} = $f->{$_} +% foreach grep exists($f->{$_}), qw( value_col extra_sql ); +% % #select-table, checkboxes-table % $include_common{$_} = $f->{$_} -% foreach grep exists($f->{$_}), qw( table name_col value_col ); +% foreach grep exists($f->{$_}), qw( table name_col ); % % #checkboxes-table % $include_common{$_} = $f->{$_} |