Ignore:
Timestamp:
Dec 3, 2009, 11:44:05 PM (14 years ago)
Author:
gav
Message:

Finishing touches to recurring tasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp

    r212 r213  
    4343                                <td valign="top" class="value ${hasErrors(bean:taskRecurringScheduleInstance,field:'nextTargetStartDate','errors')}">
    4444                                    <richui:dateChooser name="nextTargetStartDate" format="dd-MM-yyyy" value="${taskRecurringScheduleInstance?.nextTargetStartDate}" />
     45                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.nextTargetStartDate" />
    4546                                </td>
    4647                            </tr>   
     
    5455                                        id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
    5556                                    <g:select optionKey="id" from="${Period.list()}" name="recurPeriod.id" value="${taskRecurringScheduleInstance?.recurPeriod?.id}" ></g:select>
     57                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.recurEvery" />
    5658                                </td>
    5759                            </tr>   
     
    5961                            <tr class="prop">
    6062                                <td valign="top" class="name">
    61                                     <label for="recurEvery">Task Duration:</label>
     63                                    <label for="taskDuration">Task Duration:</label>
    6264                                </td>
    6365                                <td valign="top" class="value" >
     
    6567                                        id="taskDuration" name="taskDuration" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'taskDuration')}" />
    6668                                    <g:select optionKey="id" from="${Period.list()}" name="taskDurationPeriod.id" value="${taskRecurringScheduleInstance?.taskDurationPeriod?.id}" ></g:select>
     69                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.taskDuration" />
    6770                                </td>
    6871                            </tr>       
     
    7073                            <tr class="prop">
    7174                                <td valign="top" class="name">
    72                                     <label for="recurEvery">Generate Ahead:</label>
     75                                    <label for="generateAhead">Generate Ahead:</label>
    7376                                </td>
    7477                                <td valign="top" class="value" >
     
    7679                                        id="generateAhead" name="generateAhead" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'generateAhead')}" />
    7780                                        ${Period.get(1).encodeAsHTML()}
     81                                        <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.generateAhead" />
    7882                                </td>
    7983                            </tr>
     
    8589                                <td valign="top" class="value ${hasErrors(bean:taskRecurringScheduleInstance,field:'enabled','errors')}">
    8690                                    <g:checkBox name="enabled" value="${taskRecurringScheduleInstance?.enabled}" ></g:checkBox>
     91                                        <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.enabled" />
    8792                                </td>
    8893                            </tr>
Note: See TracChangeset for help on using the changeset viewer.