s/Tickets/Search Tickets/ in menu for clarity, part of merging spiritone RT changes...
[freeside.git] / rt / html / Elements / Tabs
index f5839a9..bbea3fe 100644 (file)
 <%INIT>
 my $action;
 my $basetopactions = {
-       A => { html => $m->scomp('/Elements/CreateTicket')      
+#      A => { html => $m->scomp('/Elements/CreateTicket')      
+#              },
+       A => { html => $m->scomp('/Elements/FreesideNewCust')   
                },
-       B => { html => $m->scomp('/Elements/SimpleSearch') 
+       B => { html => $m->scomp('/Elements/FreesideSearch')    
+               },
+       C => { html => $m->scomp('/Elements/FreesideInvoiceSearch')     
+               },
+       D => { html => $m->scomp('/Elements/FreesideSvcSearch') 
+               },
+       E => { html => $m->scomp('/Elements/SimpleSearch') 
                }
        };
 my $basetabs = {
@@ -70,7 +78,7 @@ my $basetabs = {
                            title => 'Ticketing Main',
                            path => '',
                          },
-                    B => { title => loc('Tickets'),
+                    B => { title => loc('Search Tickets'),
                         path => 'Search/Build.html'
                       },
                     C => { title => loc('Tools'),