summaryrefslogtreecommitdiff
path: root/httemplate/misc/change_pkg_contact.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-02 01:10:45 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-02 01:10:45 -0700
commit51d26d73eb99d9f7f45591fa6a4b99c3a3429565 (patch)
tree419e2a2fee5ab93c9e568208195e3e5cb021159e /httemplate/misc/change_pkg_contact.html
parent78710489c60a996222b4d37552f78f1ff0ec138f (diff)
detach a package into a new customer, RT#22185
Diffstat (limited to 'httemplate/misc/change_pkg_contact.html')
-rwxr-xr-xhttemplate/misc/change_pkg_contact.html4
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>