summaryrefslogtreecommitdiff
path: root/httemplate/misc/change_pkg.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-10-03 09:36:51 -0700
committerIvan Kohler <ivan@freeside.biz>2017-10-03 09:36:51 -0700
commit929783d1045757abbe5c84ff2439547b0f8eca23 (patch)
tree21b0a2c17ce809115712042b61f47c97b3b8ef0a /httemplate/misc/change_pkg.cgi
parent9270a9fe7ea00f5a24a9ce3b927f932db6650b23 (diff)
parent90430c5c67581b41b3c4ad48f70b9e443092977b (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi
index 323784554..243da9308 100755
--- a/httemplate/misc/change_pkg.cgi
+++ b/httemplate/misc/change_pkg.cgi
@@ -8,7 +8,7 @@
<FONT CLASS="fsinnerbox-title"><% mt('Package') |h %></FONT>
-<% ntable('#cccccc') %>
+<TABLE CLASS="fsinnerbox">
<TR>
<TH ALIGN="right"><% mt('Current package') |h %></TH>
@@ -45,7 +45,7 @@
&>
<FONT CLASS="fsinnerbox-title"><% mt('Change') |h %></FONT>
-<% ntable('#cccccc') %>
+<TABLE CLASS="fsinnerbox">
<SCRIPT TYPE="text/javascript">
function delay_changed() {
@@ -89,14 +89,14 @@
%
% if ( $discount_cust_pkg || $waive_setup_fee ) {
<FONT CLASS="fsinnerbox-title"><% mt('Discounting') |h %></FONT>
- <% ntable("#cccccc") %>
+ <TABLE CLASS="fsinnerbox">
<& /elements/tr-select-pkg-discount.html, disable_recur => 1, &>
</TABLE><BR>
% }
<FONT CLASS="fsinnerbox-title"><% mt('Location') |h %></FONT>
-<% ntable('#cccccc') %>
+<TABLE CLASS="fsinnerbox">
<& /elements/tr-select-cust_location.html,
'cgi' => $cgi,