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

    r118 r122  
    2828                                <g:sortableColumn property="isActive" title="Is Active" />
    2929                       
    30                                 <th>Lifeplan</th>
    31                            
    3230                                <g:sortableColumn property="name" title="Name" />
    3331                       
    34                                 <th>System Section</th>
    35                            
    3632                        </tr>
    3733                    </thead>
     
    4642                            <td>${fieldValue(bean:assetTypeInstance, field:'isActive')}</td>
    4743                       
    48                             <td>${fieldValue(bean:assetTypeInstance, field:'lifeplan')}</td>
    49                        
    5044                            <td>${fieldValue(bean:assetTypeInstance, field:'name')}</td>
    51                        
    52                             <td>${fieldValue(bean:assetTypeInstance, field:'systemSection')}</td>
    5345                       
    5446                        </tr>
Note: See TracChangeset for help on using the changeset viewer.