From a1871d3d13c1dafa93b956762c0d23728d261da7 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 28 Jun 2008 19:25:24 +0000 Subject: agent virtualize address blocks and routers --- httemplate/elements/tr-checkboxes-table.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 httemplate/elements/tr-checkboxes-table.html (limited to 'httemplate/elements/tr-checkboxes-table.html') diff --git a/httemplate/elements/tr-checkboxes-table.html b/httemplate/elements/tr-checkboxes-table.html new file mode 100644 index 000000000..0099427be --- /dev/null +++ b/httemplate/elements/tr-checkboxes-table.html @@ -0,0 +1,20 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', @_ ) %> + + > +% } + + <% include( '/elements/checkboxes-table.html', %opt ) %> + +% unless ( $opt{'js_only'} ) { + + +% } +<%init> + +my( %opt ) = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1