summaryrefslogtreecommitdiff
path: root/rt/webrt/Admin/Elements/SystemTabs
blob: f8b23128bcc842411e5eccdd34ccbf9e5f8d9128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<& /Admin/Elements/Tabs, subtabs => $subtabs, current_tab => 'Admin/Global/', current_subtab => $current_subtab &>
<hr>
<%INIT>
  my $subtabs = {
		
	       A => { title => 'Scrips',
			   path => 'Admin/Global/Scrips.html',
			 },
	       Ba => { title => 'Keyword Selections',		
			        path => 'Admin/Global/Keywords.html',
		      },

	       B => { title => 'Templates',
			path => 'Admin/Global/Templates.html',
		      },
	        C => { title => 'Group Rights',
			        path => 'Admin/Global/GroupRights.html',
		      },
	        D => { title => 'User Rights',
			        path => 'Admin/Global/UserRights.html',
		      }


};
</%INIT>

  
<%ARGS>
$id => undef
$current_subtab => undef
</%ARGS>