From f93d758f59bf0e7be4293a57ed6e8c6ba2c7a7fe Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 3 Apr 2017 15:47:00 -0700 Subject: [PATCH] order package 4.x styling --- httemplate/misc/order_pkg.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index a08cb4bf1..1efe7456e 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -30,7 +30,7 @@ <% mt('Sales') |h %> % } % if ( $show_sales_table ) { - <% ntable("#cccccc") %> + % } <& /elements/tr-select-sales.html, @@ -53,7 +53,7 @@ % } <% mt('Package') |h %> -<% ntable("#cccccc") %> +
% if ( $part_pkg ) { @@ -145,7 +145,7 @@ % % if ( $discount_cust_pkg || $waive_setup_fee ) { <% mt('Discounting') |h %> - <% ntable("#cccccc") %> +
<& /elements/tr-select-pkg-discount.html &>

@@ -156,7 +156,7 @@ % my $contact_title = $lock_locationnum ? 'Contact' % : 'Contact and Location'; <% mt($contact_title) |h %> -<% ntable("#cccccc") %> + <& /elements/tr-select-contact.html, 'cgi' => $cgi, @@ -198,7 +198,7 @@ % if ($quotationnum) {
<% mt('Quotation details') |h %> -
+
@@ -221,7 +221,7 @@ % } else {
<% mt('Invoice details') |h %> - +
<& /edit/elements/detail-table.html, id => 'InvoiceDetailTable', details => $details->{'invoice_detail'}, @@ -231,7 +231,7 @@
<% mt('Package comments') |h %> -
+
<& /edit/elements/detail-table.html, id => 'PackageCommentTable', details => $details->{'package_comment'}, -- 2.11.0