Changeset 794


Ignore:
Timestamp:
Feb 7, 2011, 3:49:02 PM (13 years ago)
Author:
gav
Message:

Add empty 'Condition' column to Task show view on TaskProcedure tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp

    r793 r794  
    602602                                            <th>Description</th>
    603603                                            <th>Page Ref</th>
     604                                            <th>Condition</th>
    604605                                        </tr>
    605606                                    </thead>
     
    626627                                                <td  valign="top" style="text-align:left;" class="value">
    627628                                                    ${fieldValue(bean:maintenanceAction, field:'pageRef')}
     629                                                </td>
     630
     631                                                <td  valign="top" style="text-align:left;" class="value">
    628632                                                </td>
    629633
Note: See TracChangeset for help on using the changeset viewer.