sync
This commit is contained in:
		| @@ -104,7 +104,7 @@ | ||||
|                     var item = items[i]; | ||||
|                     if (!item) continue; | ||||
|                     var li = $('<li></li>'); | ||||
|                     var a = $('<a></a>').append($("<span></span>").text(item.Title));                     | ||||
|                     var a = $('<a></a>').append($("<span></span>").text(getNavInfoByID(item.ID, item.Title, null))); | ||||
|                     a.attr('href', '#' + item.ID); | ||||
|                     li.append(a); | ||||
|                     ulsubmenus.append(li); | ||||
| @@ -120,6 +120,10 @@ | ||||
|                 title = GetTextByKey("P_ALERTSMANAGEMENTNEW", title); | ||||
|                 $(icon).addClass("iconmanagealerts"); | ||||
|             } | ||||
|             else if (id === "nav_alertsmappings") { | ||||
|                 title = GetTextByKey("P_ALERTMAPPINGS", title); | ||||
|                 $(icon).addClass("iconalertsmappings"); | ||||
|             } | ||||
|             else if (id === "nav_workorder") { | ||||
|                 title = GetTextByKey("P_WORKORDERNEW", title); | ||||
|                 $(icon).addClass("iconworkorder"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user