Changeset 3579


Ignore:
Timestamp:
Jul 19, 2007, 11:11:37 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixed incorrect tooltip for "Extra value types" menu item

File:
1 edited

Legend:

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

    r3506 r3579  
    657657          title="Extra value types"
    658658          onclick="<%="Menu.openUrl('"+root+"admin/extravaluetypes/index.jsp?ID="+ID+"')"%>"
    659           tooltip="<%=hasReporterTypes ? "Administrate extra value types" : "You do not have permission to administrate extra value types"%>"
     659          tooltip="<%=hasExtraValueTypes ? "Administrate extra value types" : "You do not have permission to administrate extra value types"%>"
    660660          enabled="<%=hasExtraValueTypes%>"
    661661        />
Note: See TracChangeset for help on using the changeset viewer.