Changeset 382 for trunk/grails-app/views/personAffiliation/list.gsp
- Timestamp:
- Apr 26, 2010, 4:53:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/personAffiliation/list.gsp
r379 r382 34 34 </table> 35 35 </div> 36 <div class="paginateButtons">37 <g:paginate total="${personAffiliationInstanceTotal}" />38 </div>39 <br clear="all" />40 36 <div class="buttons"> 41 37 <span class="button"><g:link class="create" action="create"><g:message code="default.new.label" args="[entityName]" /></g:link></span> 38 </div> 39 <div class="paginateButtons"> 40 <g:paginate total="${personAffiliationInstanceTotal}" prev="« Previous" next="» Next" /> 42 41 </div> 43 42 </div>
Note: See TracChangeset
for help on using the changeset viewer.