Changeset 730 for trunk


Ignore:
Timestamp:
Nov 30, 2010, 9:13:35 AM (13 years ago)
Author:
gav
Message:

Graphical touch up of task show view, add recurring schedule enabled icon.

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/show.gsp

    r729 r730  
    3030                    <g:if test="${taskInstance.approved}" >
    3131                        <img  src="${resource(dir:'images/skin',file:'cog.png')}" alt="Approved" title="Approved" />
     32                    </g:if>
     33                    <g:if test="${taskRecurringScheduleInstance?.enabled}" >
     34                        <img  src="${resource(dir:'images/skin',file:'arrow_refresh.png')}" alt="Recurrence Enabled" title="Recurrence Enabled" />
    3235                    </g:if>
    3336                    <g:if test="${taskInstance.taskStatus.id == 2}" >
Note: See TracChangeset for help on using the changeset viewer.