custom field hyperlink name

The release related discussions, plans and questions.
Locked
canulucan
TestLink user
Posts: 5
Joined: Mon Jan 07, 2008 6:49 am

custom field hyperlink name

Post by canulucan »

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}
Locked