Ignore:
Timestamp:
Mar 13, 2011, 5:41:55 PM (13 years ago)
Author:
gav
Message:

Add/update task status help messages on entry save.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/entryDetailed/_create.gsp

    r855 r860  
    109109                <input class="save" type="submit" value="Save" />
    110110            </span>
     111            <custom:helpBalloon code="task.save.entry"
     112                                            iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
    111113            <span class="button">
    112114                <input class="flag" type="button" value="Unresolved" name="submit_andSetAttentionFlag" />
    113115            </span>
    114             <custom:helpBalloon code="task.status.unresolved" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
     116            <custom:helpBalloon code="task.status.unresolved.save.entry"
     117                                            iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
    115118            <span class="button">
    116119                <g:if test="${entryInstance.task.attentionFlag}" >
     
    125128                </g:else>
    126129            </span>
    127             <custom:helpBalloon code="task.status.resolved" iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
     130            <custom:helpBalloon code="task.status.resolved.save.entry"
     131                                            iconSrc="${resource(plugin:'help-balloons', dir:'images', file:'balloon-icon.gif')}" />
    128132        </div>
    129133    </g:form>
Note: See TracChangeset for help on using the changeset viewer.