From bab8739d15d3656efbc2b8ee8f554da3fa01ad94 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 30 Oct 2009 23:30:13 +0000 Subject: more reporting options for failed billing events, RT#6447 --- httemplate/elements/tr-select-part_event.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 httemplate/elements/tr-select-part_event.html (limited to 'httemplate/elements/tr-select-part_event.html') diff --git a/httemplate/elements/tr-select-part_event.html b/httemplate/elements/tr-select-part_event.html new file mode 100644 index 000000000..e1d913f2a --- /dev/null +++ b/httemplate/elements/tr-select-part_event.html @@ -0,0 +1,20 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', @_ ) %> + + > +% } + + <% include( '/elements/select-part_event.html', %opt ) %> + +% unless ( $opt{'js_only'} ) { + + +% } +<%init> + +my( %opt ) = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1