Changeset 3021


Ignore:
Timestamp:
Dec 12, 2006, 10:00:14 AM (16 years ago)
Author:
Martin Svensson
Message:

Replaced 'Most recent' in the menu bar with an icon

Location:
trunk/www
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/include/menu.jsp

    r3017 r3021  
    168168    fillText.append("<a href=\"javascript:void(0)\" title=\"Go to the most recently viewed item\"");
    169169    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\">&nbsp;&nbsp;</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\">&nbsp;&nbsp;</span>");
    171171   
    172172    Project activeProject = sc.getActiveProjectId() == 0 ? null : Project.getById(dc, sc.getActiveProjectId());
     
    178178    User user = User.getById(dc, sc.getLoggedInUserId());
    179179    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\"");
    181181    fillText.append(" onclick=\"javascript:Menu.toggleTopMenu(document.getElementById('switchuser'), event.clientX-100, event.clientY); event.cancelBubble = true;\">");
    182182    fillText.append(HTML.encodeTags(user.getLogin()));
Note: See TracChangeset for help on using the changeset viewer.