Changeset 122 for trunk/grails-app/views/componentItem/create.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/componentItem/create.gsp
r118 r122 38 38 <tr class="prop"> 39 39 <td valign="top" class="name"> 40 <label for="fmeaNumber">Fmea Number:</label>41 </td>42 <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'fmeaNumber','errors')}">43 <input type="text" id="fmeaNumber" name="fmeaNumber" value="${fieldValue(bean:componentItemInstance,field:'fmeaNumber')}" />44 </td>45 </tr>46 47 <tr class="prop">48 <td valign="top" class="name">49 40 <label for="isActive">Is Active:</label> 50 41 </td> 51 42 <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'isActive','errors')}"> 52 43 <g:checkBox name="isActive" value="${componentItemInstance?.isActive}" ></g:checkBox> 53 </td>54 </tr>55 56 <tr class="prop">57 <td valign="top" class="name">58 <label for="lifeplan">Lifeplan:</label>59 </td>60 <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'lifeplan','errors')}">61 <g:select optionKey="id" from="${LifePlan.list()}" name="lifeplan.id" value="${componentItemInstance?.lifeplan?.id}" ></g:select>62 44 </td> 63 45 </tr>
Note: See TracChangeset
for help on using the changeset viewer.