X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts_new.html;h=590409df9df4defece752bf37fdb652ff1aee731;hb=3e9a428cbc8abd4af6fea8eb828126519b43198b;hp=f0bc0b8488542a169dcb26ed6894b36b8f081af6;hpb=aeb90ade381fc3d5477db0334048c2af623fccfe;p=freeside.git diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html index f0bc0b848..590409df9 100644 --- a/httemplate/view/cust_main/contacts_new.html +++ b/httemplate/view/cust_main/contacts_new.html @@ -1,12 +1,10 @@ +%if ( @cust_contacts ) {
Contacts -Edit contacts <& /elements/table-grid.html &> -% my $bgcolor1 = '#eeeeee'; -% my $bgcolor2 = '#ffffff'; -% my $bgcolor = $bgcolor2; -% my $th = ''; + +% my $th = ''; <%$th%>Type <%$th%>Contact @@ -17,7 +15,11 @@ % } <%$th%>Comment + +% my $bgcolor1 = '#ffffff'; +% my $bgcolor2 = '#eeeeee'; +% my $bgcolor = $bgcolor2; % foreach my $cust_contact ( @cust_contacts ) { % my $contact = $cust_contact->contact; % my $td = qq(); @@ -60,6 +62,7 @@ % } % } +%} <%once> my @phone_type = qsearch({table=>'phone_type', order_by=>'weight'});