Index: trunk/grails-app/views/taskRecurringScheduleDetailed/create.gsp
===================================================================
--- trunk/grails-app/views/taskRecurringScheduleDetailed/create.gsp	(revision 212)
+++ trunk/grails-app/views/taskRecurringScheduleDetailed/create.gsp	(revision 213)
@@ -42,4 +42,5 @@
                                 <td valign="top" class="value ${hasErrors(bean:taskRecurringScheduleInstance,field:'nextTargetStartDate','errors')}">
                                     <richui:dateChooser name="nextTargetStartDate" format="dd-MM-yyyy" value="${taskRecurringScheduleInstance?.nextTargetStartDate}" />
+                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.nextTargetStartDate" />
                                 </td>
                             </tr>   
@@ -53,4 +54,5 @@
                                         id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
                                     <g:select optionKey="id" from="${Period.list()}" name="recurPeriod.id" value="${taskRecurringScheduleInstance?.recurPeriod?.id}" ></g:select>
+                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.recurEvery" />
                                 </td>
                             </tr>   
@@ -58,5 +60,5 @@
                             <tr class="prop">
                                 <td valign="top" class="name">
-                                    <label for="recurEvery">Task Duration:</label>
+                                    <label for="taskDuration">Task Duration:</label>
                                 </td>
                                 <td valign="top" class="value" >
@@ -64,4 +66,5 @@
                                         id="taskDuration" name="taskDuration" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'taskDuration')}" />
                                     <g:select optionKey="id" from="${Period.list()}" name="taskDurationPeriod.id" value="${taskRecurringScheduleInstance?.taskDurationPeriod?.id}" ></g:select>
+                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.taskDuration" />
                                 </td>
                             </tr>   
@@ -69,5 +72,5 @@
                             <tr class="prop">
                                 <td valign="top" class="name">
-                                    <label for="recurEvery">Generate Ahead:</label>
+                                    <label for="generateAhead">Generate Ahead:</label>
                                 </td>
                                 <td valign="top" class="value" >
@@ -75,4 +78,5 @@
                                         id="generateAhead" name="generateAhead" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'generateAhead')}" />
                                         ${Period.get(1).encodeAsHTML()}
+                                        <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.generateAhead" />
                                 </td>
                             </tr>
@@ -84,4 +88,5 @@
                                 <td valign="top" class="value ${hasErrors(bean:taskRecurringScheduleInstance,field:'enabled','errors')}">
                                     <g:checkBox name="enabled" value="${taskRecurringScheduleInstance?.enabled}" ></g:checkBox>
+                                        <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.enabled" />
                                 </td>
                             </tr>
Index: trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp
===================================================================
--- trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp	(revision 212)
+++ trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp	(revision 213)
@@ -43,4 +43,5 @@
                                 <td valign="top" class="value ${hasErrors(bean:taskRecurringScheduleInstance,field:'nextTargetStartDate','errors')}">
                                     <richui:dateChooser name="nextTargetStartDate" format="dd-MM-yyyy" value="${taskRecurringScheduleInstance?.nextTargetStartDate}" />
+                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.nextTargetStartDate" />
                                 </td>
                             </tr>   
@@ -54,4 +55,5 @@
                                         id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
                                     <g:select optionKey="id" from="${Period.list()}" name="recurPeriod.id" value="${taskRecurringScheduleInstance?.recurPeriod?.id}" ></g:select>
+                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.recurEvery" />
                                 </td>
                             </tr>   
@@ -59,5 +61,5 @@
                             <tr class="prop">
                                 <td valign="top" class="name">
-                                    <label for="recurEvery">Task Duration:</label>
+                                    <label for="taskDuration">Task Duration:</label>
                                 </td>
                                 <td valign="top" class="value" >
@@ -65,4 +67,5 @@
                                         id="taskDuration" name="taskDuration" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'taskDuration')}" />
                                     <g:select optionKey="id" from="${Period.list()}" name="taskDurationPeriod.id" value="${taskRecurringScheduleInstance?.taskDurationPeriod?.id}" ></g:select>
+                                    <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.taskDuration" />
                                 </td>
                             </tr>       
@@ -70,5 +73,5 @@
                             <tr class="prop">
                                 <td valign="top" class="name">
-                                    <label for="recurEvery">Generate Ahead:</label>
+                                    <label for="generateAhead">Generate Ahead:</label>
                                 </td>
                                 <td valign="top" class="value" >
@@ -76,4 +79,5 @@
                                         id="generateAhead" name="generateAhead" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'generateAhead')}" />
                                         ${Period.get(1).encodeAsHTML()}
+                                        <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.generateAhead" />
                                 </td>
                             </tr>
@@ -85,4 +89,5 @@
                                 <td valign="top" class="value ${hasErrors(bean:taskRecurringScheduleInstance,field:'enabled','errors')}">
                                     <g:checkBox name="enabled" value="${taskRecurringScheduleInstance?.enabled}" ></g:checkBox>
+                                        <g:helpBalloon class="helpballoon" code="taskRecurringSchedule.enabled" />
                                 </td>
                             </tr>
