Changeset 122 for trunk/grails-app/views/assetType/create.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assetType/create.gsp
r118 r122 47 47 <tr class="prop"> 48 48 <td valign="top" class="name"> 49 <label for="lifeplan">Lifeplan:</label>50 </td>51 <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'lifeplan','errors')}">52 <g:select optionKey="id" from="${LifePlan.list()}" name="lifeplan.id" value="${assetTypeInstance?.lifeplan?.id}" ></g:select>53 </td>54 </tr>55 56 <tr class="prop">57 <td valign="top" class="name">58 49 <label for="name">Name:</label> 59 50 </td> 60 51 <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'name','errors')}"> 61 52 <input type="text" id="name" name="name" value="${fieldValue(bean:assetTypeInstance,field:'name')}"/> 62 </td>63 </tr>64 65 <tr class="prop">66 <td valign="top" class="name">67 <label for="systemSection">System Section:</label>68 </td>69 <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'systemSection','errors')}">70 <g:select optionKey="id" from="${SystemSection.list()}" name="systemSection.id" value="${assetTypeInstance?.systemSection?.id}" ></g:select>71 53 </td> 72 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.