X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Ftr-part_pkg_usageprice.html;fp=httemplate%2Felements%2Ftr-part_pkg_usageprice.html;h=1b78ae471b665c7c754756033c1e2cf7fee4088c;hb=013646e6629fc94b4cda03c495aa56677f2de381;hp=0000000000000000000000000000000000000000;hpb=0ce4ba640f3c216a37d78296a0e9d4dd262df2d9;p=freeside.git diff --git a/httemplate/elements/tr-part_pkg_usageprice.html b/httemplate/elements/tr-part_pkg_usageprice.html new file mode 100644 index 000000000..1b78ae471 --- /dev/null +++ b/httemplate/elements/tr-part_pkg_usageprice.html @@ -0,0 +1,24 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', %opt) %> + > + +% } +% + <% include( '/elements/part_pkg_usageprice.html', %opt ) %> +% +% unless ( $opt{'js_only'} ) { + + + + +% } +<%init> + +my( %opt ) = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +#$opt{'label'} ||= 'XXX Something'; + +