Changeset 122 for trunk/grails-app/views/taskType
- Timestamp:
 - May 1, 2009, 3:27:41 PM (17 years ago)
 - Location:
 - trunk/grails-app/views/taskType
 - Files:
 - 
          
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/views/taskType/edit.gsp
r69 r122 25 25 <g:form method="post" > 26 26 <input type="hidden" name="id" value="${taskTypeInstance?.id}" /> 27 <input type="hidden" name="version" value="${taskTypeInstance?.version}" /> 27 28 <div class="dialog"> 28 29 <table>  - 
        
trunk/grails-app/views/taskType/list.gsp
r69 r122 50 50 </div> 51 51 <div class="paginateButtons"> 52 <g:paginate total="${ TaskType.count()}" />52 <g:paginate total="${taskTypeInstanceTotal}" /> 53 53 </div> 54 54 </div>  
Note: See TracChangeset
          for help on using the changeset viewer.
      