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/taskRecurringScheduleDetailed/list.gsp

    r131 r134  
    2424                                <g:sortableColumn property="id" title="Id" />
    2525                       
    26                                 <th>Planned Maintenance</th>
     26                                <g:sortableColumn property="lastGeneratedDate" title="Last Generated Date" />
     27                       
     28                                <th>Last Generated Sub Task</th>
    2729                           
    28                                 <g:sortableColumn property="isActive" title="Is Active" />
     30                                <g:sortableColumn property="isEnabled" title="Is Enabled" />
     31                       
     32                                <g:sortableColumn property="nextDueDate" title="Next Due Date" />
    2933                       
    3034                                <th>Period</th>
    3135                           
    32                                 <g:sortableColumn property="recurEvery" title="Recur Every" />
    33                        
    34                                 <g:sortableColumn property="startDate" title="Start Date" />
    35                        
    3636                        </tr>
    3737                    </thead>
     
    4242                            <td><g:link action="show" id="${taskRecurringScheduleInstance.id}">${fieldValue(bean:taskRecurringScheduleInstance, field:'id')}</g:link></td>
    4343                       
    44                             <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'task')}</td>
     44                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'lastGeneratedDate')}</td>
    4545                       
    46                             <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'isActive')}</td>
     46                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'lastGeneratedSubTask')}</td>
     47                       
     48                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'isEnabled')}</td>
     49                       
     50                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'nextDueDate')}</td>
    4751                       
    4852                            <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'period')}</td>
    49                        
    50                             <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'recurEvery')}</td>
    51                        
    52                             <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'startDate')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.