Changeset 4528
- Timestamp:
- Sep 16, 2008, 4:29:35 PM (15 years ago)
- 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 115 115 onclick="newSoftware()" 116 116 title="New software…" 117 tooltip="Create a new hardware of this type"117 tooltip="Create a new software of this type" 118 118 visible="<%=sc.hasPermission(Permission.CREATE, Item.SOFTWARE) && usePermission%>" 119 119 /> -
branches/2.8-stable/www/biomaterials/samples/list_samples.jsp
r4476 r4528 636 636 image="add.png" 637 637 onclick="<%="newExtract("+itemId+")"%>" 638 tooltip="Create new sample"638 tooltip="Create new extract" 639 639 visible="<%=mode.hasEditLink() && createExtractPermission && usePermission %>" 640 640 />
Note: See TracChangeset
for help on using the changeset viewer.