Ignore:
Timestamp:
Jan 25, 2011, 7:00:23 PM (13 years ago)
Author:
gav
Message:

Domain change, remove unused field and tweak MaintenanceAction?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/taskProcedureRework/grails-app/views/maintenanceActionDetailed/create.gsp

    r410 r756  
    9090                            <tr class="prop">
    9191                                <td valign="top" class="name">
    92                                     <label for="isActive">Is Active:</label>
    93                                 </td>
    94                                 <td valign="top" class="value ${hasErrors(bean:maintenanceActionInstance,field:'isActive','errors')}">
    95                                     <g:checkBox name="isActive" value="${maintenanceActionInstance?.isActive}" ></g:checkBox>
    96                                 </td>
    97                             </tr>
    98                        
    99                             <tr class="prop">
    100                                 <td valign="top" class="name">
    10192                                    <label for="taskProcedure">Task Procedure:</label>
    10293                                </td>
Note: See TracChangeset for help on using the changeset viewer.