final move of files
[web.mtrack] / MTrackWeb / templates / admin.html
1   
2 <div flexy:if="hasPerm(#Projects#,#modify#)">
3   <a href="{baseURL}/Admin/project">Projects</a> and their notification settings 
4
5
6 </div>
7
8 <div flexy:if="hasPerm(#Enumerations#,#modify#)">
9   <h2>Configure Tickets</h2>
10   <a href="{baseURL}/Admin/Enum/Priority">Priority</a>,
11     <a href="{baseURL}/Admin/Enum/TicketState">TicketState</a>,
12     <a href="{baseURL}/Admin/Enum/Severity">Severity</a>,
13     <a href="{baseURL}/Admin/Enum/Resolution">Resolution</a>,
14      <a href="{baseURL}/Admin/Enum/Classification">Classification</a> fields used in tickets 
15   <a href="{baseURL}/Admin/customfield">Custom Fields</a> 
16 </div>
17
18 <div flexy:if="hasPerm(#Components#,#modify#)">
19     <h2>Configure Tickets</h2>
20      <h2>Configure Projects &amp; Notifications</h2>
21   <a href="{baseURL}/Admin/component">Components</a> and their associations with Projects 
22 </div>
23
24 <div flexy:if="hasPerm(#Tickets#,#create#)">
25       <h2>Configure Tickets</h2>
26   <a href="{baseURL}/Admin/importcsv">Import Tickets</a> from a CSV file 
27 </div>
28
29 <div flexy:if="hasPerm(#Browser#,#modify#)">
30     <h2>Configure Repositories</h2>
31   Configure <a href="{baseURL}/Admin/repo">Repositories</a> and their links to Projects 
32 </div>
33
34 <div flexy:if="hasPerm(#User#,#modify#)">
35     <h2>User Administration &amp; Authentication</h2>
36   Administer <a href="{baseURL}/Admin/auth">Authentication</a> 
37   Administer <a href="{baseURL}/Admin/user">Users</a> 
38 </div>
39
40 <div flexy:if="hasPerm(#Browser#,#modify#)">
41     <h2>Review Logs</h2>
42   <a href="{baseURL}/Admin/logs">Indexer logs</a>  
43 </div>