- fix: AssetProxied Navigation context menu - items invisible in Style 02
- fix: Request Tracker Asset - Reply to a post displays Severity drop down list - fix: Syndicated wobject erro 6.8+
This commit is contained in:
parent
f63dc89a0b
commit
0aac23dedf
5 changed files with 136 additions and 5 deletions
|
|
@ -75,7 +75,7 @@ function contextMenu_draw(){
|
|||
var output = "";
|
||||
output += '<div id="contextMenu_' + this.id + '_menu" class="contextMenu_skin">';
|
||||
for (i=0;i<this.linkUrls.length;i++) {
|
||||
output += "<a href=\"" + this.linkUrls[i] + "\">" + this.linkLabels[i] + "</a><br />";
|
||||
output += "<a style=\"color: black;\" href=\"" + this.linkUrls[i] + "\">" + this.linkLabels[i] + "</a><br />";
|
||||
}
|
||||
output += '</div>';
|
||||
if (this.type == "image") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue