Ignore:
Timestamp:
Apr 18, 2010, 10:03:40 PM (14 years ago)
Author:
gav
Message:

Add work done by person and date feature with view and search logic.

File:
1 edited

Legend:

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

    r479 r490  
    9393                </tr>
    9494
     95                <tr class="prop">
     96                    <td valign="top" class="name">
     97                        <label>Links:</label>
     98                    </td>
     99                    <td valign="top" class="value">
     100                        <g:link controller="taskDetailed"
     101                                        action="workDone">
     102                            <g:message code="task.search.text.work.done" />
     103                        </g:link> - <g:message code="task.search.text.work.done.description" />
     104                        <br />
     105                    </td>
     106                </tr>
     107
    95108            </tbody>
    96109        </table>
Note: See TracChangeset for help on using the changeset viewer.