Index: trunk/grails-app/views/taskDetailed/edit.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/edit.gsp	(revision 212)
+++ trunk/grails-app/views/taskDetailed/edit.gsp	(revision 213)
@@ -169,5 +169,5 @@
                 <div class="buttons">
                     <span class="button"><g:actionSubmit class="save" value="Update" /></span>
-                    <span class="button"><g:actionSubmit class="cancel" value="Cancel" action="show"/></span>
+                    <span class="button"><g:actionSubmit class="cancel" value="Cancel" action="Show"/></span>
                     <span class="button"><g:actionSubmit class="trash" onclick="return confirm('Are you sure?');" value="Trash" /></span>
                 </div>
Index: trunk/grails-app/views/taskDetailed/show.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/show.gsp	(revision 212)
+++ trunk/grails-app/views/taskDetailed/show.gsp	(revision 213)
@@ -648,5 +648,5 @@
                                     </g:else>
                                     <span class="button"><g:actionSubmit action="listSubTasks" class="table" value="List" /></span>
-                                    <span class="button"><g:actionSubmit action="createSubTask" class="add" value="Add" /></span>
+                                    <span class="button"><g:actionSubmit action="createSubTask" class="add" value="Create" /></span>
                                 </g:form>
                             </div>
@@ -662,5 +662,5 @@
                                 <g:form>
                                     <g:hiddenField name="id" value="${taskInstance?.id}" />
-                                    <span class="button"><g:actionSubmit action="createSubTask" class="add" value="Add" /></span>
+                                    <span class="button"><g:actionSubmit action="createSubTask" class="add" value="Create" /></span>
                                 </g:form>
                             </div>
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>
