diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 15:01:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 15:01:44 -0700 |
commit | 9dc28fd405e2e60151d9cb372cb645474183c02a (patch) | |
tree | 3ac57ef7947864850ae4ac1cd76ed4f1dc5c0c58 | |
parent | b0252a835ec2fc25a761e8785a0026316d1ea2d9 (diff) |
4.x style change package popup
-rwxr-xr-x | httemplate/misc/change_pkg.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi index e3ef4b7a8..06a66ef98 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() { @@ -86,7 +86,7 @@ <FONT CLASS="fsinnerbox-title"><% mt('Location') |h %></FONT> -<% ntable('#cccccc') %> +<TABLE CLASS="fsinnerbox"> <& /elements/tr-select-cust_location.html, 'cgi' => $cgi, |