summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements
diff options
context:
space:
mode:
authorjeff <jeff>2008-05-09 21:51:59 +0000
committerjeff <jeff>2008-05-09 21:51:59 +0000
commit96b10cf810e5766ff0b27aff01af235f99668b9b (patch)
treef64da1db262ef72de48698bc5a6bad6f0ff85595 /httemplate/edit/elements
parentd14d966d6932a7dcbe34ab684342a5892609a574 (diff)
re-drag address and router even farther into the century
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r--httemplate/edit/elements/edit.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 926b84e48..b45163254 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -199,6 +199,10 @@ Example:
% 'html_between' => $f->{'html_between'},
% );
%
+% #select-table
+% $include_common{$_} = $f->{$_}
+% foreach grep exists($f->{$_}), qw( table name_col );
+%
% my $layer_prefix_on = '';
%
% my $include_sub = sub {