[Rt-commit] r18003 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 04:12:33 EST 2009


Author: sunnavy
Date: Thu Jan 29 04:12:32 2009
New Revision: 18003

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectPersonType

Log:
 r19193 at sunnavys-mb:  sunnavy | 2009-01-29 16:55:00 +0800
 merged share/html/Search/Elements/SelectPersonType


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectPersonType
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectPersonType	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectPersonType	Thu Jan 29 04:12:32 2009
@@ -63,16 +63,18 @@
 <%INIT>
 my @types;
 if ($scope =~ 'queue') {
-   @types = qw(Cc AdminCc);
+   @types = qw(cc admin_cc);
 }
 elsif ($suffix eq 'Group') {
-   @types = qw(Requestor Cc AdminCc Watcher Owner QueueCc QueueAdminCc QueueWatcher);
+   @types = qw(requestor cc admin_cc watcher);
 }
 else { 
-   @types = qw(Requestor Cc AdminCc Watcher Owner);
+   @types = qw(requestor cc admin_cc watcher owner queue_cc queue_admin_cc
+           queue_watcher);
 }
 
-my @subtypes = qw(email name real_name Nickname organization Address1 Address2 WorkPhone HomePhone MobilePhone PagerPhone id);
+my @subtypes = qw(email name real_name nickname organization address1 address2
+        work_phone home_phone mobile_phone pager_phone id);
 
 </%INIT>
 <%ARGS>


More information about the Rt-commit mailing list