[calc] if($CGI->{customer}) { $CGI->{item_id} = $CGI->{customer}; } if(! $CGI->{item_id} and $Session->{arg}) { $CGI->{item_id} = $CGI->{customer} = $Session->{arg}; } return if ! $CGI->{item_id}; if(! $CGI->{mv_data_table}) { $CGI->{ui_hide_key} = 1; $CGI->{mv_data_table} = 'userdb'; } if(! $CGI->{ui_data_fields}) { $CGI->{ui_data_fields} = 'username company fname lname address1 address2 city state zip country email phone_day phone_night'; } if(! $CGI->{ui_break_before}) { $CGI->{ui_break_before} = 'address1 email'; } return; [/calc] [if !cgi item_id] [bounce page="__UI_BASE__/customer"] [/if] @_UI_STD_DBEDIT_HEAD_@ [set ui_class]Customers[/set] [seti page_title]Customer shipping information -- [cgi customer][/seti] [seti page_banner]Customer shipping information: [page href="__UI_BASE__/customer_view" form="customer=[cgi customer]"][cgi customer][/seti] [set help_name]customer.edit[/set] [set icon_name]admin/icon_people.gif[/set] @_UI_STD_HEAD_@

@_UI_STD_DBEDIT_TABLE_@ @_UI_STD_FOOTER_@