From 3ef62a0570055da710328937e7f65dbb2c027c62 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 12 Aug 2002 06:17:09 +0000 Subject: import rt 2.0.14 --- rt/webrt/Admin/Elements/ModifyUser | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100755 rt/webrt/Admin/Elements/ModifyUser (limited to 'rt/webrt/Admin/Elements/ModifyUser') diff --git a/rt/webrt/Admin/Elements/ModifyUser b/rt/webrt/Admin/Elements/ModifyUser new file mode 100755 index 000000000..53aa027c0 --- /dev/null +++ b/rt/webrt/Admin/Elements/ModifyUser @@ -0,0 +1,77 @@ + +<& /Elements/TitleBoxStart, title => 'Editing Configuration for user '.$UserObj->Name &> + +
+ + +Name: +
+New Password:
+Retype Password:
+ +Comments: + +
+Signature: +
+EmailAddress: +
+FreeformContactInfo: +
+Organization: +
+RealName: +
+NickName: +
+Lang: +
+EmailEncoding: +
+WebEncoding: +
+ExternalContactInfoId: +
+ContactInfoSystem: +
+Gecos: +
+ExternalAuthId: +
+AuthSystem: +
+HomePhone: +
+WorkPhone: +
+MobilePhone: +
+PagerPhone: +
+Address1: +
+Address2: +
+City: +
+State: +
+Zip: +
+Country: +
+<& /Elements/Submit &> +
+<& /Elements/TitleBoxEnd &> + +<%INIT> + + + +<%ARGS> + + +$UserObj => undef + -- cgit v1.2.1