Hi,
I want to add a hyperlink to the top horizontal menu next to the logout link, I read some froum topics, this is possible, I tried to do it, I actually did but I can not name this link as I want to name it. Hyperlink name is just Localize: but I want to name it as Jira or something like that.
How can I do this?
I added the following part to navBar.tpl.
{if $rightUserAdmin == "yes" and $countPlans > 0}
<a href="http://bugs.treda.com.tr:3080/secure/BrowseProject.jspa" target="mainframe" accesskey="j"
tabindex="6">{lang_get j='title_bug_tracking_system'}</a> |
{/if}