Ignore:
Timestamp:
Jan 26, 2011, 5:35:35 AM (13 years ago)
Author:
gav
Message:

Domain change, frist draft of creating taskProcedure dynamic form.

File:
1 edited

Legend:

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

    r755 r760  
    518518                                        </tr>
    519519
     520                        <tr class="prop">
     521                            <td valign="top" class="name">Parent Task:</td>
     522                            <td valign="top" class="value">
     523                                <g:link controller="taskDetailed" action="show" id="${taskProcedureInstance.parentTask.id}">
     524                                    ${taskProcedureInstance.parentTask.encodeAsHTML()}
     525                                </g:link>
     526                            </td>
     527                        </tr>
     528
    520529                                    </tbody>
    521530                                </table>
Note: See TracChangeset for help on using the changeset viewer.