[Rt-commit] r6215 - in rtir/branches/2.1-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 18 15:53:30 EDT 2006


Author: ruz
Date: Wed Oct 18 15:53:29 2006
New Revision: 6215

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/Tabs

Log:
 r1719 at cubic-pc:  cubic | 2006-10-18 04:43:17 +0400
 * add 'new ticket' box to the global page actions


Modified: rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/Tabs
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/Tabs	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Elements/Tabs	Wed Oct 18 15:53:29 2006
@@ -69,7 +69,8 @@
 }
 
 my $topactions = {
-    A => { html => $m->scomp('/RTIR/Elements/SimpleSearch') }
+    A => { html => $m->scomp('/Elements/CreateTicket') },
+    B => { html => $m->scomp('/RTIR/Elements/SimpleSearch') },
 };
 
 $m->comp('/Elements/Callback', toptabs => $toptabs, topactions => $topactions, %ARGS);


More information about the Rt-commit mailing list