Changeset 43 for trunk/grails-app/views/run/show.gsp
- Timestamp:
- Apr 5, 2011, 4:50:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/run/show.gsp
r34 r43 99 99 <th nowrap># qual</th> 100 100 <th class="nonsortable"></th> 101 <th class="nonsortable"></th> 101 102 </tr> 102 103 </thead> … … 122 123 <g:else> 123 124 - 125 </g:else> 126 </td> 127 <td class="button"> 128 <g:if test="${!assaySample.assay.study.canWrite(session.user)}"> 129 <img src="${fam.icon(name: 'pencil')}" class="disabled" title="You can't edit this sample because you don't have sufficient privileges." /> 130 </g:if> 131 <g:else> 132 <a onClick="openEditSampleDialog(${assaySample.id});" href="#"><img src="${fam.icon(name: 'pencil')}" /></a> 124 133 </g:else> 125 134 </td>
Note: See TracChangeset
for help on using the changeset viewer.