X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-rate_tier_detail.html;fp=httemplate%2Felements%2Ftr-rate_tier_detail.html;h=7b6f26b57cc89d01c7c5f1611be6ba84ff3bce3e;hb=3db061f538c06804bd0a52b9ef8be3dc6b6db82e;hp=0000000000000000000000000000000000000000;hpb=3892b13ea137969a2b4f880883960e58003cc1b3;p=freeside.git diff --git a/httemplate/elements/tr-rate_tier_detail.html b/httemplate/elements/tr-rate_tier_detail.html new file mode 100644 index 000000000..7b6f26b57 --- /dev/null +++ b/httemplate/elements/tr-rate_tier_detail.html @@ -0,0 +1,24 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', %opt) %> + > + +% } +% + <% include( '/elements/rate_tier_detail.html', %opt ) %> +% +% unless ( $opt{'js_only'} ) { + + + + +% } +<%init> + +my( %opt ) = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +$opt{'label'} ||= 'Tier'; + +