This commit was generated by cvs2svn to compensate for changes in r2526,
[freeside.git] / rt / webrt / Admin / Elements / Tabs
1 <& /Elements/Tabs, tabs => $tabs, subtabs => $subtabs, current_toptab => 'Admin/', current_tab => $current_tab, current_subtab => $current_subtab&>
2
3 <hr>
4   
5 <%INIT>
6   my $tabs = { Users => { title => 'Users',
7                           path => 'Admin/Users/',
8                         },
9                Groups => { title => 'Groups',
10                            path => 'Admin/Groups/',
11                          },
12                Queues => { title => 'Queues',
13                            path => 'Admin/Queues/',
14                          },
15                System => { 'title' => 'Global',
16                            path => 'Admin/Global/',
17                          },
18                Keywords => { title => 'Keywords',
19                                    path => 'Admin/Keywords/',
20                                  },
21
22                
23              };
24 </%INIT>
25
26
27 <%ARGS>
28 $subtabs => undef
29 $current_tab => undef
30 $current_subtab => undef
31 </%ARGS>