summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-cust_pkg_usageprice.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-cust_pkg_usageprice.html')
-rw-r--r--httemplate/elements/tr-cust_pkg_usageprice.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/elements/tr-cust_pkg_usageprice.html b/httemplate/elements/tr-cust_pkg_usageprice.html
new file mode 100644
index 000000000..ccd06311a
--- /dev/null
+++ b/httemplate/elements/tr-cust_pkg_usageprice.html
@@ -0,0 +1,24 @@
+% unless ( $opt{'js_only'} ) {
+
+ <% include('tr-td-label.html', %opt) %>
+ <TD <% $cell_style %>>
+
+% }
+%
+ <% include( '/elements/cust_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>