~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/navigation.tpl.html.moved

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{if $core.current_role > $core.roles.developer}
 
2
                <li><a title="{t}manage the application settings, users, projects, etc{/t}"
 
3
                       href="{$core.rel_url}manage/projects.php">{t}Administration{/t}</a></li>
 
4
                {/if}
 
5
                {if $core.current_role >= $core.roles.reporter}
 
6
                <li><a title="{t}create a new issue{/t}" href="{$core.rel_url}new.php">{t}Create Issue{/t}</a></li>
 
7
                {/if}
 
8
                <li><a title="{t}list the issues stored in the system{/t}" href="{$core.rel_url}list.php">{t}List Issues{/t}</a></li>
 
9
                {if $core.current_role != $core.roles.customer}
 
10
                <li><a title="{t}get access to advanced search parameters{/t}" href="{$core.rel_url}adv_search.php">{t}Advanced Search{/t}</a></li>
 
11
                {/if}
 
12
                {if $core.app_setup.support_email == 'enabled' and $core.current_role > $core.roles.customer}
 
13
                <li><a title="{t}list available emails{/t}" href="{$core.rel_url}emails.php">{t}Associate Emails{/t}</a></li>
 
14
                {/if}
 
15
                {if $core.current_role > $core.roles.customer}
 
16
                <li><a title="{t}list all issues assigned to you{/t}" href="{$core.rel_url}list.php?view=my_assignments">{t}My Assignments{/t}</a></li>
 
17
                {/if}
 
18
                <li><a title="{t}Home{/t}" href="{$core.rel_url}main.php">{t}Home{/t}</a></li>
 
19
                {if $core.current_role > $core.roles.customer}
 
20
                <li><a title="{t}reporting system{/t}" href="{$core.rel_url}reports/index.php">{t}Reports{/t}</a></li>
 
21
                {/if}
 
22
                <li id="internal_faq_link"><a title="{t}internal faq{/t}" href="{$core.rel_url}faq.php">{t}Internal FAQ{/t}</a></li>
 
23
                <li id="help_link"><a title="{t}help documentation{/t}" href="{$core.rel_url}help.php" class="help">{t}Help{/t}</a></li>
 
 
b'\\ No newline at end of file'