Changeset 3021
- Timestamp:
- Dec 12, 2006, 10:00:14 AM (16 years ago)
- Location:
- trunk/www
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/menu.jsp
r3017 r3021 168 168 fillText.append("<a href=\"javascript:void(0)\" title=\"Go to the most recently viewed item\""); 169 169 fillText.append(" onclick=\"Menu.toggleTopMenu(document.getElementById('mostRecent'), event.clientX-20, event.clientY); event.cancelBubble = true;\">"); 170 fillText.append(" <b>Most recent</b><img src=\""+root+"images/sort_asc.gif\" border=\"0\"></a><span class=\"menuseparator\"> </span>");170 fillText.append(" <img src=\""+root+"images/recent.png\" border=\"0\"><img src=\""+root+"images/sort_asc.gif\" border=\"0\"></a><span class=\"menuseparator\"> </span>"); 171 171 172 172 Project activeProject = sc.getActiveProjectId() == 0 ? null : Project.getById(dc, sc.getActiveProjectId()); … … 178 178 User user = User.getById(dc, sc.getLoggedInUserId()); 179 179 String userPrompt = sc.isImpersonated() ? "Impersonated" : "User"; 180 fillText.append("<img src=\""+root+"images/take_ownership.png\" border=\"0\"> <a href=\"javascript:void(0)\" title=\"Switch user/logout\"");180 fillText.append("<img src=\""+root+"images/take_ownership.png\" border=\"0\"> <a href=\"javascript:void(0)\" title=\"Switch user/logout\""); 181 181 fillText.append(" onclick=\"javascript:Menu.toggleTopMenu(document.getElementById('switchuser'), event.clientX-100, event.clientY); event.cancelBubble = true;\">"); 182 182 fillText.append(HTML.encodeTags(user.getLogin()));
Note: See TracChangeset
for help on using the changeset viewer.