Changeset 7210 for trunk/www/views/experiments/bioassays/view_bioassay.jsp
- Timestamp:
- Oct 19, 2016, 12:51:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/bioassays/view_bioassay.jsp
r6962 r7210 292 292 for (AnnotationSnapshot a : all) 293 293 { 294 boolean annotatePermission = a.hasPermission(dc, Permission.WRITE); 294 295 List values = a.getActualValues(); 295 296 boolean isUpToDate = a.isUpToDate(); … … 303 304 data-annotation-type="<%=at.getId() %>" 304 305 data-annotation="<%=a.getThisAnnotationId()%>" 305 visible="<%= writePermission%>"306 visible="<%=annotatePermission%>" 306 307 image="<%=isUpToDate ? "edit.png" : "edit-outofsync.png"%>" 307 308 tooltip="Modify the values of this experimental factor"
Note: See TracChangeset
for help on using the changeset viewer.