[Rt-commit] r2666 - in rt/branches/PLATANO-EXPERIMENTAL: . html/Search/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:46:24 EDT 2005


Author: jesse
Date: Sat Apr 16 02:46:24 2005
New Revision: 2666

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/PickBasics
Log:
 r13004 at hualien:  jesse | 2005-04-16 02:26:55 -0400
  r12256 at hualien:  jesse | 2005-04-08 16:51:49 -0400
  * Removed "Search by group membership" from search UI since 
    it hit horrible scaling issues.
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/PickBasics
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/PickBasics	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/PickBasics	Sat Apr 16 02:46:24 2005
@@ -121,20 +121,6 @@
 </tr>
 <tr>
 <td class="label">
-<& SelectPersonType, Name => 'WatcherGroupField', Default => 'RequestorGroup', Suffix => 'Group' &>
-</td><td>
-<& /Elements/SelectBoolean, Name => "WatcherGroupOp", 
-					  True=> loc('belongs to'), 
-					  False=> loc('does not belong to'), 
-					  TrueVal=> '=', 
-					  FalseVal => '!='
-&>
-</td><td>
-<& SelectGroup, Name => 'ValueOfWatcherGroup' &>
-</td> 
-</tr>
-<tr>
-<td class="label">
 <& /Elements/SelectDateType, Name=>"DateField" &>
 </td><td>
 <& /Elements/SelectDateRelation, Name=>"DateOp" &>


More information about the Rt-commit mailing list