diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-18 21:17:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-18 21:17:44 -0700 |
commit | 3e9a428cbc8abd4af6fea8eb828126519b43198b (patch) | |
tree | db3e5ea4bcf2e111f637dcb90d7ea76e63b50de3 /httemplate/view/cust_main/packages | |
parent | 060d8d15ba02f61fa0ddd68a9e55a64ce4dfa089 (diff) |
customer view UI
Diffstat (limited to 'httemplate/view/cust_main/packages')
-rwxr-xr-x | httemplate/view/cust_main/packages/section.html | 2 |
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 7a85d6b03..fe9f283c7 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) { |