Changeset 155 for trunk/grails-app/views/person
- Timestamp:
- Oct 17, 2009, 1:41:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/list.gsp
r151 r155 22 22 removeImgFile="bullet_delete.png" 23 23 title="Search"/> 24 25 <div class="paginateButtons"> 26 <filterpane:filterButton text="Search" appliedText="Change Search" /> 27 Results:${personTotal} 28 </div> 29 24 30 <div class="list"> 25 31 <table> … … 56 62 <div class="paginateButtons"> 57 63 <g:paginate total="${personTotal}" params="${filterParams}" /> 58 <filterpane:filterButton text="Search" appliedText="Change Search" />59 Results:${personTotal}60 64 </div> 61 65 … … 63 67 title="Search" 64 68 action="list" 69 class="overlayPane" 65 70 excludeProperties="password, sessionTimeout, emailShow" 66 71 associatedProperties="authorities.authority, personGroups.name"
Note: See TracChangeset
for help on using the changeset viewer.