diff options
-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, |