Index: trunk/grails-app/i18n/messages.properties
===================================================================
--- trunk/grails-app/i18n/messages.properties	(revision 829)
+++ trunk/grails-app/i18n/messages.properties	(revision 830)
@@ -131,4 +131,10 @@
 entry.comment.work.done=Work Done
 entry.comment.work.done.help=Describe the work that was done.
+entry.comment.production.note=Production Note
+entry.comment.production.note.help=Comment on the production.
+entry.comment.work.request=Work Request
+entry.comment.work.request.help=Describe the work request.
+entry.comment.pm.entry=PM Entry
+entry.comment.pm.entry.help=Describe the condition severity and work done.
 entry.productionReference.fault=Production Reference
 entry.productionReference.fault.help=The production during which the fault occurred.
Index: trunk/grails-app/views/entryDetailed/_create.gsp
===================================================================
--- trunk/grails-app/views/entryDetailed/_create.gsp	(revision 829)
+++ trunk/grails-app/views/entryDetailed/_create.gsp	(revision 830)
@@ -14,11 +14,14 @@
                             <textarea rows="5" cols="40" name="comment">${fieldValue(bean:entryInstance, field:'comment')}</textarea>
                             <g:if test="${entryInstance?.entryType?.id == 1}">
-<%--                                  <g:helpBalloon code="entry.comment.fault" />  --%>
+                                <custom:helpBalloon code="entry.comment.fault" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
                             </g:if>
                             <g:elseif test="${entryInstance?.entryType?.id == 2}">
-<%--                                  <g:helpBalloon code="entry.comment.cause" />  --%>
+                                <custom:helpBalloon code="entry.comment.cause" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
                             </g:elseif>
                             <g:elseif test="${entryInstance?.entryType?.id == 3}">
-<%--                                  <g:helpBalloon code="entry.comment.work.done" />  --%>
+                                <custom:helpBalloon code="entry.comment.work.done" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
+                            </g:elseif>
+                            <g:elseif test="${entryInstance?.entryType?.id == 6}">
+                                <custom:helpBalloon code="entry.comment.pm.entry" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
                             </g:elseif>
                         </td>
@@ -31,5 +34,5 @@
                         <td valign="top" class="value ${hasErrors(bean:entryInstance,field:'dateDone','errors')}">
                             <richui:dateChooser name="dateDone" format="dd-MM-yyyy" value="${entryInstance.dateDone}" />
-<%--                              <g:helpBalloon code="entry.date.done" />  --%>
+                            <custom:helpBalloon code="entry.date.done" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
                         </td>
                     </tr>
@@ -47,5 +50,5 @@
                                                     noSelection="['null':'--None--']">
                                 </g:select>
-<%--                                  <g:helpBalloon code="entry.productionReference.fault" />  --%>
+                                <custom:helpBalloon code="entry.productionReference.fault" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
                             </td>
                         </tr>
@@ -66,5 +69,5 @@
                                     type="text" id="durationMinute" name="durationMinute"
                                     value="${fieldValue(bean:entryInstance,field:'durationMinute')}" />
-<%--                                  <g:helpBalloon code="entry.duration" />  --%>
+                                <custom:helpBalloon code="entry.duration" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
                             </td>
                         </tr>
