make boxes distinct from the background
[freeside.git] / rt / html / Elements / Tabs
index 5afc54a..f94711c 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 = {     A => { title => loc('Homepage'),
+my $basetabs = {
+                  ' A'=> { title => 'Billing Main',
+                           path  => &RT::URI::freeside::FreesideURL(),
+                         },
+                    A => { #title => loc('Homepage'),
+                           title => 'Ticketing Main',
                            path => '',
                          },
-                    Ab => { title => loc('Simple Search'),
+                    Ab => { title => loc('Simple Ticket Search'),
                         path => 'Search/Simple.html'
                          },
-                    B => { title => loc('Tickets'),
+                    B => { title => loc('Adv. Ticket Search'),
                         path => 'Search/Build.html'
                       },
                     C => { title => loc('Tools'),
@@ -101,6 +114,8 @@ if (!defined $toptabs) {
 if (!defined $topactions) {
    $topactions = $basetopactions;
 }
+
+  require RT::URI::freeside;
                     
   # Now let callbacks add their extra tabs
   $m->comp('/Elements/Callback',