From e5f3509fb5f6c171a77043f55fc7c6e453d10ef2 Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Thu, 20 Oct 2011 10:17:24 -0400 Subject: [PATCH] BUG 7873 solved issue edit username with (.) --- .../engine/xmlform/users/users_EditRT.xml | 87 +++++++------------ 1 file changed, 33 insertions(+), 54 deletions(-) diff --git a/workflow/engine/xmlform/users/users_EditRT.xml b/workflow/engine/xmlform/users/users_EditRT.xml index 501458e63..f7f16d8e1 100755 --- a/workflow/engine/xmlform/users/users_EditRT.xml +++ b/workflow/engine/xmlform/users/users_EditRT.xml @@ -4,121 +4,99 @@ - Profile - + Profile - - + - Photo - + Photo - Résumé - + Résumé - Personal Information - + Personal Information - First Name - + First Name - Last Name - + Last Name - User ID (*) - + User ID (*) - Email - + Email - Address - + Address - Zip Code - + Zip Code SELECT IC_UID, IC_NAME FROM ISO_COUNTRY ORDER BY IC_NAME Country - + State or Region + SELECT IS_UID, IS_NAME FROM ISO_SUBDIVISION WHERE IC_UID = "@#USR_COUNTRY" ORDER BY IS_NAME ]]>State or Region + Location + SELECT IL_UID, IL_NAME FROM ISO_LOCATION WHERE IC_UID = "@#USR_COUNTRY" AND IS_UID = "@#USR_CITY" AND IS_UID NOT IN ("") ORDER BY IL_NAME ]]>Location + - Phone - + Phone - Position - + Position - Reports to - + Reports to - Department - + Department SELECT * FROM aUserInfo - Replaced by - + Replaced by + - Expiration Date - + Expiration Date SELECT CALENDAR_UID, CALENDAR_NAME FROM availableCalendars Calendar - + Status - - + Role + SELECT ROL_CODE AS USR_ROLE, ROL_CODE AS CODE FROM ROLES WHERE ROL_SYSTEM = '00000000000000000000000000000002' AND ROL_STATUS = 1 ORDER BY ROL_CODE ]]>Role + - Change Password - + Change Password - New Password - + New Password - Confirm Password - + Confirm Password - Save - + Save - Cancel - + Cancel @@ -271,4 +249,5 @@ } ]]> +