diff options
| author | ivan <ivan> | 2009-10-30 23:30:13 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-10-30 23:30:13 +0000 |
| commit | bab8739d15d3656efbc2b8ee8f554da3fa01ad94 (patch) | |
| tree | 6782e28493e4dfa884c8ad3bc404d6ec6a64c9ad /httemplate/elements/tr-select-part_event.html | |
| parent | 3259997799141c7e9d73f3c118eca2caac608063 (diff) | |
more reporting options for failed billing events, RT#6447
Diffstat (limited to 'httemplate/elements/tr-select-part_event.html')
| -rw-r--r-- | httemplate/elements/tr-select-part_event.html | 20 |
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 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', @_ ) %> + + <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> |
