[Rt-commit] r11828 - rt/branches/3.8-TESTING/html/Ticket/Graphs

ruz at bestpractical.com ruz at bestpractical.com
Tue Apr 22 17:27:14 EDT 2008


Author: ruz
Date: Tue Apr 22 17:27:14 2008
New Revision: 11828

Modified:
   rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html

Log:
* update according to API changes

Modified: rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html	(original)
+++ rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html	Tue Apr 22 17:27:14 2008
@@ -68,12 +68,11 @@
 &>
 
 <& /Search/Elements/EditSearches,
-    Name => 'Owner',
+    Title => loc('Manage saved graphs'),
+    Id => $saved_search->{SearchId},
     Type => $saved_search->{SearchType},
-    AllowCopy => 0,
     CurrentSearch => $saved_search->{CurrentSearch},
-    SearchId => $saved_search->{SearchId},
-    Title => loc('Manage saved graphs'),
+    AllowCopy => 0,
 &>
 </form>
 


More information about the Rt-commit mailing list