X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Flocation.html;h=6691bc84e9fca16c8da82360067950fa443cd82a;hb=90fecad861bd6817b55e9391431430e0d86d9084;hp=f21b8ad014a8540809f6cce2778f7322272fd558;hpb=a661ced3f9f678a645780eaa0b183d2de5f100fa;p=freeside.git diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index f21b8ad01..6691bc84e 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -3,26 +3,27 @@ Example: include( '/elements/location.html', - 'object' => $cust_main, # or $cust_location - 'prefix' => $pre, #only for cust_main objects - 'onchange' => $javascript, - 'disabled' => $disabled, - 'same_checked' => $same_checked, - 'geocode' => $geocode, #passed through - 'no_asterisks' => 0, #set true to disable the red asterisks next - #to required fields + 'object' => $cust_main, # or $cust_location + 'prefix' => $pre, #only for cust_main objects + 'onchange' => $javascript, + 'disabled' => $disabled, + 'same_checked' => $same_checked, + 'geocode' => $geocode, #passed through + 'no_asterisks' => 0, #set true to disable the red asterisks next + #to required fields + 'address1_label' => 'Address', #label for address ) - <%$r%>Address + <%$r%><% $opt{'address1_label'} || 'Address' %> <% $style %> @@ -31,13 +32,13 @@ Example: - * Unit # + >* >Unit # <% $style %> @@ -56,7 +57,7 @@ Example: <% $disabled %> <% $style %> > - + ><%$r%>County <% include('/elements/select-county.html', %select_hash ) %>