From 2e3e6de0d79ef4503d124283aa30259c01212530 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 3 Jun 2011 04:41:45 +0000 Subject: configurable alternate field order for cust edit, RT13102 --- httemplate/edit/cust_main/contact.html | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/httemplate/edit/cust_main/contact.html b/httemplate/edit/cust_main/contact.html index c0989e22b..211e22c92 100644 --- a/httemplate/edit/cust_main/contact.html +++ b/httemplate/edit/cust_main/contact.html @@ -29,6 +29,7 @@ % } +% unless ( $conf->exists('cust-edit-alt-field-order') ) { Company @@ -69,6 +70,50 @@ +% } else { + + + <% $daytime_label %> + + <%$style%>> + + + + + <% $night_label %> + + <%$style%>> + + + +<% include('/elements/location.html', + 'prefix' => $pre, + 'object' => $cust_main, + 'onchange' => $onchange, + 'disabled' => $disabled, + 'style' => \@style, + 'same_checked' => $opt{'same_checked'}, + 'geocode' => $opt{'geocode'}, + 'censustract' => $opt{'censustract'}, + ) +%> + + + Fax + + <%$style%>> + + + + + Company + + <%$style%>> + + + +% } + % if ( $conf->exists('show_stateid') && !$pre ) { -- cgit v1.2.1