Ignore:
Timestamp:
May 4, 2009, 1:59:11 PM (15 years ago)
Author:
gav
Message:

Detail controller and views for Asset, AssetExtendedAttribute?, PlannedMaintenance?, MaintenanceAction?, RecurringSchedule?, SystemSection?.
Some minor work on Task controller and views.
Change PlannedMaintenance? relationship, adjust ERD, Bootstrap and Domain classes to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/maintenanceAction/show.gsp

    r122 r124  
    7373                   
    7474                        <tr class="prop">
    75                             <td valign="top" class="name">Description:</td>
     75                            <td valign="top" class="name">Pm Step Number:</td>
    7676                           
    77                             <td valign="top" class="value">${fieldValue(bean:maintenanceActionInstance, field:'description')}</td>
     77                            <td valign="top" class="value">${fieldValue(bean:maintenanceActionInstance, field:'pmStepNumber')}</td>
    7878                           
    7979                        </tr>
     
    8383                           
    8484                            <td valign="top" class="value">${fieldValue(bean:maintenanceActionInstance, field:'isActive')}</td>
     85                           
     86                        </tr>
     87                   
     88                        <tr class="prop">
     89                            <td valign="top" class="name">Maintenance Action:</td>
     90                           
     91                            <td valign="top" class="value">${fieldValue(bean:maintenanceActionInstance, field:'maintenanceAction')}</td>
    8592                           
    8693                        </tr>
Note: See TracChangeset for help on using the changeset viewer.