Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/componentItem/create.gsp

    r118 r122  
    3838                            <tr class="prop">
    3939                                <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">
    4940                                    <label for="isActive">Is Active:</label>
    5041                                </td>
    5142                                <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'isActive','errors')}">
    5243                                    <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>
    6244                                </td>
    6345                            </tr>
Note: See TracChangeset for help on using the changeset viewer.