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/lifePlan/list.gsp

    r118 r122  
    2424                                <g:sortableColumn property="id" title="Id" />
    2525                       
    26                                 <th>Asset</th>
    27                            
    28                                 <th>Form</th>
    29                            
    30                                 <th>Frequency</th>
    31                            
    32                                 <th>Asset Type</th>
    33                            
    34                                 <th>Assembly</th>
    35                            
     26                                <g:sortableColumn property="description" title="Description" />
     27                       
     28                                <g:sortableColumn property="isActive" title="Is Active" />
     29                       
     30                                <g:sortableColumn property="name" title="Name" />
     31                       
    3632                        </tr>
    3733                    </thead>
     
    4238                            <td><g:link action="show" id="${lifePlanInstance.id}">${fieldValue(bean:lifePlanInstance, field:'id')}</g:link></td>
    4339                       
    44                             <td>${fieldValue(bean:lifePlanInstance, field:'asset')}</td>
     40                            <td>${fieldValue(bean:lifePlanInstance, field:'description')}</td>
    4541                       
    46                             <td>${fieldValue(bean:lifePlanInstance, field:'form')}</td>
     42                            <td>${fieldValue(bean:lifePlanInstance, field:'isActive')}</td>
    4743                       
    48                             <td>${fieldValue(bean:lifePlanInstance, field:'frequency')}</td>
    49                        
    50                             <td>${fieldValue(bean:lifePlanInstance, field:'assetType')}</td>
    51                        
    52                             <td>${fieldValue(bean:lifePlanInstance, field:'assembly')}</td>
     44                            <td>${fieldValue(bean:lifePlanInstance, field:'name')}</td>
    5345                       
    5446                        </tr>
Note: See TracChangeset for help on using the changeset viewer.