Changeset 43 for trunk/grails-app/views/assay/show.gsp
- Timestamp:
- Apr 5, 2011, 4:50:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assay/show.gsp
r34 r43 69 69 <th nowrap># sequences</th> 70 70 <th nowrap># qual</th> 71 <th class="nonsortable"></th> 71 72 </tr> 72 73 </thead> … … 92 93 <g:else> 93 94 - 95 </g:else> 96 </td> 97 <td class="button"> 98 <g:if test="${!assaySample.assay.study.canWrite(session.user)}"> 99 <img src="${fam.icon(name: 'pencil')}" class="disabled" title="You can't edit this sample because you don't have sufficient privileges." /> 100 </g:if> 101 <g:else> 102 <a onClick="openEditSampleDialog(${assaySample.id});" href="#"><img src="${fam.icon(name: 'pencil')}" /></a> 94 103 </g:else> 95 104 </td>
Note: See TracChangeset
for help on using the changeset viewer.