Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

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

    r124 r131  
    2727                           
    2828                            <td valign="top" class="value">${fieldValue(bean:assetInstance, field:'id')}</td>
     29                           
     30                        </tr>
     31                   
     32                        <tr class="prop">
     33                            <td valign="top" class="name">Name:</td>
     34                           
     35                            <td valign="top" class="value">${fieldValue(bean:assetInstance, field:'name')}</td>
    2936                           
    3037                        </tr>
     
    7885                   
    7986                        <tr class="prop">
    80                             <td valign="top" class="name">Name:</td>
    81                            
    82                             <td valign="top" class="value">${fieldValue(bean:assetInstance, field:'name')}</td>
    83                            
    84                         </tr>
    85                    
    86                         <tr class="prop">
    8787                            <td valign="top" class="name">System Section:</td>
    8888                           
Note: See TracChangeset for help on using the changeset viewer.