Help button with new browser tab or window as target
This commit is contained in:
parent
ca6e01afb7
commit
29df08b638
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ yellow.webinterface =
|
|||
} else if(paneId == "yellow-pane-user") {
|
||||
elementDiv.innerHTML =
|
||||
"<p>"+yellow.config.userEmail+"</p>"+
|
||||
"<p><a href=\""+this.getText("UserHelpUrl")+"\">"+this.getText("UserHelp")+"</a></p>" +
|
||||
"<p><a href=\""+this.getText("UserHelpUrl")+"\" target=\"_blank\">"+this.getText("UserHelp")+"</a></p>" +
|
||||
"<p><a href=\"#\" onclick=\"yellow.action('logout'); return false;\">"+this.getText("UserLogout")+"</a></p>";
|
||||
}
|
||||
elementPane.appendChild(elementDiv);
|
||||
|
@ -541,4 +541,4 @@ yellow.toolbox =
|
|||
}
|
||||
}
|
||||
|
||||
yellow.webinterface.init();
|
||||
yellow.webinterface.init();
|
||||
|
|
Loading…
Add table
Reference in a new issue