Changeset 4528


Ignore:
Timestamp:
Sep 16, 2008, 4:29:35 PM (15 years ago)
Author:
Martin Svensson
Message:

References #1111 Changed two misleading tooltips. Could not find any more when I scanned through the list-pages but there are perhaps on other page-types with wrong tooltips.

Location:
branches/2.8-stable/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8-stable/www/admin/softwaretypes/view_softwaretype.jsp

    r4476 r4528  
    115115        onclick="newSoftware()"
    116116        title="New software…"
    117         tooltip="Create a new hardware of this type"
     117        tooltip="Create a new software of this type"
    118118        visible="<%=sc.hasPermission(Permission.CREATE, Item.SOFTWARE) && usePermission%>"
    119119      />
  • branches/2.8-stable/www/biomaterials/samples/list_samples.jsp

    r4476 r4528  
    636636                    image="add.png"
    637637                    onclick="<%="newExtract("+itemId+")"%>"
    638                     tooltip="Create new sample"
     638                    tooltip="Create new extract"
    639639                    visible="<%=mode.hasEditLink() && createExtractPermission && usePermission %>"
    640640                  />
Note: See TracChangeset for help on using the changeset viewer.