summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-18 21:17:44 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-18 21:17:44 -0700
commit3e9a428cbc8abd4af6fea8eb828126519b43198b (patch)
treedb3e5ea4bcf2e111f637dcb90d7ea76e63b50de3 /httemplate/view/cust_main/packages
parent060d8d15ba02f61fa0ddd68a9e55a64ce4dfa089 (diff)
customer view UI
Diffstat (limited to 'httemplate/view/cust_main/packages')
-rwxr-xr-xhttemplate/view/cust_main/packages/section.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html
index 7a85d6b..fe9f283 100755
--- a/httemplate/view/cust_main/packages/section.html
+++ b/httemplate/view/cust_main/packages/section.html
@@ -1,4 +1,5 @@
% if ( @$packages ) {
+<THEAD>
<TR>
% #my $width = $show_location ? 'WIDTH="25%"' : 'WIDTH="33%"';
<TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Package') |h %></TH>
@@ -8,6 +9,7 @@
<TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Services') |h %></TH>
% }
</TR>
+</THEAD>
% #$FS::cust_pkg::DEBUG = 2;
% foreach my $cust_pkg (@$packages) {