Changeset 356 for trunk/grails-app/views/taskDetailed
- Timestamp:
- Feb 15, 2010, 6:26:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/search.gsp
r326 r356 79 79 80 80 <g:if test="${taskInstanceList.size() > 10}"> 81 <div class="paginateButtons"> 82 <g:paginate total="${taskInstanceTotal}" params="${filterParams}" /> 83 </div> 81 <g:if test="${taskInstanceTotal > taskInstanceList.size()}"> 82 <div class="paginateButtons"> 83 <g:paginate total="${taskInstanceTotal}" params="${filterParams}" /> 84 </div> 85 </g:if> 84 86 </g:if> 85 87
Note: See TracChangeset
for help on using the changeset viewer.