summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-part_event.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-part_event.html')
-rw-r--r--httemplate/elements/tr-select-part_event.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-part_event.html b/httemplate/elements/tr-select-part_event.html
new file mode 100644
index 0000000..e1d913f
--- /dev/null
+++ b/httemplate/elements/tr-select-part_event.html
@@ -0,0 +1,20 @@
+% unless ( $opt{'js_only'} ) {
+
+ <% include('tr-td-label.html', @_ ) %>
+
+ <TD <% $style %>>
+% }
+
+ <% include( '/elements/select-part_event.html', %opt ) %>
+
+% unless ( $opt{'js_only'} ) {
+ </TD>
+ </TR>
+% }
+<%init>
+
+my( %opt ) = @_;
+
+my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
+
+</%init>