diff options
author | jeff <jeff> | 2008-05-09 21:51:59 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-05-09 21:51:59 +0000 |
commit | 96b10cf810e5766ff0b27aff01af235f99668b9b (patch) | |
tree | f64da1db262ef72de48698bc5a6bad6f0ff85595 /httemplate/edit/elements | |
parent | d14d966d6932a7dcbe34ab684342a5892609a574 (diff) |
re-drag address and router even farther into the century
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/edit.html | 4 |
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 { |