diff options
Diffstat (limited to 'httemplate/edit/cust_main/contacts_new.html')
-rw-r--r-- | httemplate/edit/cust_main/contacts_new.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/httemplate/edit/cust_main/contacts_new.html b/httemplate/edit/cust_main/contacts_new.html index 9ccb45f6a..1171e7df4 100644 --- a/httemplate/edit/cust_main/contacts_new.html +++ b/httemplate/edit/cust_main/contacts_new.html @@ -1,12 +1,15 @@ <DIV ID="contacts_div" STYLE="display:<% $display %>"> +<BR> <FONT CLASS="fsinnerbox-title">Contacts</FONT> <% include('/edit/elements/edit.html', - 'embed' => $opt{cust_main}, - 'table' => 'cust_main', - 'labels' => { 'contactnum' => '', #'Contact', - #'locationnum' => ' ', - }, - 'fields' => [ + 'embed' => $opt{cust_main}, + 'table' => 'cust_main', + 'agent_virt' => 1, + 'html_table_class' => 'fsinnerbox', + 'labels' => { 'contactnum' => '', #'Contact', + #'locationnum' => ' ', + }, + 'fields' => [ { 'field' => 'contactnum', 'type' => 'contact', 'colspan' => 6, @@ -17,7 +20,6 @@ 'm2_error_callback' => $m2_error_callback, }, ], - 'agent_virt' => 1, ) %> </DIV> |