- 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:
JT Smith 2006-07-11 15:41:24 +00:00
parent f63dc89a0b
commit 0aac23dedf
5 changed files with 136 additions and 5 deletions

View file

@ -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") {