%-- File : cust_modify_form.html Description : Displays the modify customer page (top level). <%unless mod_adm_admin_p and not $adm_admin_p%><%unless mod_adm_supervisor_p and mod_adm_supervisor_p + $mod_adm_admin_p >= 1%> --%> <%set set_focus = "myform.mod_cus_first_name"%> <%set cus_level = 0%><%if mod_adm_tech_p%><%set cus_level += 1%><%endif%><%if mod_adm_supervisor_p%><%set cus_level += 1%><%endif%><%if mod_adm_admin_p%><%set cus_level += 1%><%endif%> <%set tech_level = 0%><%if adm_tech_p%><%set tech_level += 1%><%endif%><%if adm_supervisor_p%><%set tech_level += 1%><%endif%><%if adm_admin_p%><%set tech_level += 1%><%endif%> <%set mod_ok = 0%><%if tech_level > $cus_level or cus_username eq $mod_cus_username%><%set mod_ok = 1%><%endif%> <%include user_include_header.html%>
<%include user_include_footer.html%>