- Timestamp:
- May 13, 2009, 12:51:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp
r131 r134 24 24 <g:sortableColumn property="id" title="Id" /> 25 25 26 <th>Planned Maintenance</th> 26 <g:sortableColumn property="lastGeneratedDate" title="Last Generated Date" /> 27 28 <th>Last Generated Sub Task</th> 27 29 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" /> 29 33 30 34 <th>Period</th> 31 35 32 <g:sortableColumn property="recurEvery" title="Recur Every" />33 34 <g:sortableColumn property="startDate" title="Start Date" />35 36 36 </tr> 37 37 </thead> … … 42 42 <td><g:link action="show" id="${taskRecurringScheduleInstance.id}">${fieldValue(bean:taskRecurringScheduleInstance, field:'id')}</g:link></td> 43 43 44 <td>${fieldValue(bean:taskRecurringScheduleInstance, field:' task')}</td>44 <td>${fieldValue(bean:taskRecurringScheduleInstance, field:'lastGeneratedDate')}</td> 45 45 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> 47 51 48 52 <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>53 53 54 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.