Index: trunk/grails-app/views/entryDetailed/_create.gsp
===================================================================
--- trunk/grails-app/views/entryDetailed/_create.gsp	(revision 827)
+++ 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>
