Ignore:
Timestamp:
Mar 31, 2010, 1:42:00 PM (14 years ago)
Author:
gav
Message:

Scroll month feature to task search calendar.
Add reasoning, asset and sub item columns on procedure tab of task show view.

File:
1 edited

Legend:

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

    r445 r474  
    503503                                            <th>Step</th>
    504504                                            <th>Description</th>
     505                                            <th>Reasoning</th>
     506                                            <th>Asset</th>
     507                                            <th>Sub Item</th>
    505508                                        </tr>
    506509                                    </thead>
     
    515518                                                <td  valign="top" style="text-align:left;" class="value">
    516519                                                    ${maintenanceAction?.description}
     520                                                </td>
     521
     522                                                <td  valign="top" style="text-align:left;" class="value">
     523                                                    ${maintenanceAction?.reasoning}
     524                                                </td>
     525
     526                                                <td  valign="top" style="text-align:left;" class="value">
     527                                                    ${maintenanceAction?.asset}
     528                                                </td>
     529
     530                                                <td  valign="top" style="text-align:left;" class="value">
     531                                                    ${maintenanceAction?.assetSubItem}
    517532                                                </td>
    518533
Note: See TracChangeset for help on using the changeset viewer.