Changeset 613 for trunk/grails-app/views/taskDetailed
- Timestamp:
 - Jun 27, 2010, 10:59:16 PM (15 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/grails-app/views/taskDetailed/search.gsp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/views/taskDetailed/search.gsp
r593 r613 73 73 <br /> 74 74 75 <g:if test="${taskInstanceList.size() > 10}"> 76 <g:if test="${taskInstanceTotal > taskInstanceList.size()}"> 77 <div class="paginateButtons"> 78 <g:paginate total="${taskInstanceTotal}" params="${filterParams}" /> 79 </div> 80 </g:if> 75 <g:if test="${taskInstanceTotal > taskInstanceList.size()}"> 76 <div class="paginateButtons"> 77 <g:paginate total="${taskInstanceTotal}" params="${filterParams}" /> 78 </div> 81 79 </g:if> 82 80 … … 182 180 </g:if> 183 181 <div class="paginateButtons"> 184 <g:paginate action="search" total="${taskInstanceTotal}" params="${filterParams}" />182 <g:paginate action="search" total="${taskInstanceTotal}" params="${filterParams}" /> 185 183 </div> 186 184  
Note: See TracChangeset
          for help on using the changeset viewer.
      