diff options
Diffstat (limited to 'httemplate/misc/change_pkg_contact.html')
-rwxr-xr-x | httemplate/misc/change_pkg_contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/change_pkg_contact.html b/httemplate/misc/change_pkg_contact.html index d9da5beec..c88140ebf 100755 --- a/httemplate/misc/change_pkg_contact.html +++ b/httemplate/misc/change_pkg_contact.html @@ -9,7 +9,7 @@ <TR> <TH ALIGN="right"><% mt('Package') |h %></TH> - <TD COLSPAN=7> + <TD COLSPAN=7 BGCOLOR="#dddddd"> <% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><B><% $part_pkg->pkg |h %></B> - <% $part_pkg->comment |h %> </TD> </TR> @@ -17,7 +17,7 @@ % if ( $cust_pkg->contactnum ) { <TR> <TH ALIGN="right"><% mt('Current Contact') %></TH> - <TD COLSPAN=7> + <TD COLSPAN=7 BGCOLOR="#dddddd"> <% $cust_pkg->contact_obj->line |h %> </TD> </TR> |