summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-part_pkg_usageprice.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-04 23:31:16 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-04 23:31:16 -0800
commit013646e6629fc94b4cda03c495aa56677f2de381 (patch)
tree05b085bdd194e04f9db78a8feab44018071b4ded /httemplate/elements/tr-part_pkg_usageprice.html
parent0ce4ba640f3c216a37d78296a0e9d4dd262df2d9 (diff)
time/data/etc. unit pricing add-ons, RT#24392
Diffstat (limited to 'httemplate/elements/tr-part_pkg_usageprice.html')
-rw-r--r--httemplate/elements/tr-part_pkg_usageprice.html24
1 files changed, 24 insertions, 0 deletions
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) %>
+ <TD <% $cell_style %>>
+
+% }
+%
+ <% include( '/elements/part_pkg_usageprice.html', %opt ) %>
+%
+% unless ( $opt{'js_only'} ) {
+
+ </TD>
+ </TR>
+
+% }
+<%init>
+
+my( %opt ) = @_;
+
+my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
+
+#$opt{'label'} ||= 'XXX Something';
+
+</%init>