Changeset 244 for trunk/grails-app/views/eventDescription
- Timestamp:
- Mar 8, 2010, 1:41:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/eventDescription/edit.gsp
r242 r244 79 79 <g:if test="!editExisting"> 80 80 <td valign="top" class="name"> <label> This is a sampling event</label> </td> 81 <td> <INPUT TYPE="checkbox" NAME="isSample" VALUE="true" > </td>81 <td> <INPUT TYPE="checkbox" NAME="isSample" VALUE="true" <% if(eventDescriptionInstance==null) print 'disabled' %> > </td> 82 82 </g:if> 83 83 <g:else>
Note: See TracChangeset
for help on using the changeset viewer.