Ignore:
Timestamp:
May 13, 2009, 12:51:15 PM (15 years ago)
Author:
gav
Message:

Add icons from famfamfam silk icons, add acknowledgement page to suite.
Adjust AssignedPerson? controller so that a task.id is required to create.
Move Add AssignedPerson? link up to TaskDetailed? show page.
Further improvements to taskDetailed show tabs.
Adjust TaskProcedureDetailed? controller to allow linking a Procedure to a task during creation.
Adjust TaskRecurringSchedule? to a one-to-one cascading relationship.
Modify CSS class duration to time and added icons.
Regenerate some pages.

File:
1 edited

Legend:

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

    r124 r134  
    2626                                <g:sortableColumn property="description" title="Description" />
    2727                       
    28                                 <th>Lead Person</th>
    29                            
    30                                 <th>Task Priority</th>
    31                            
    32                                 <th>Task Status</th>
     28                                <g:sortableColumn  property="leadPerson" title="Lead Person" />
     29                       
     30                            <g:sortableColumn  property="taskPriority" title="Task Priority" />
     31                       
     32                            <g:sortableColumn  property="taskStatus" title="Task Status" />
    3333
    3434                            <th></th>
     
    5454                            <td>
    5555                                <g:link action="show" id="${taskInstance.id}">
    56                                     <img  src="${createLinkTo(dir:'images/skin',file:'database_table.png')}" alt="Show" />
     56                                    <img  src="${createLinkTo(dir:'images/skin',file:'database_go.png')}" alt="Show" />
    5757                                </g:link>
    5858                            </td>
Note: See TracChangeset for help on using the changeset viewer.