Changeset 166 for trunk/grails-app/views/person/list.gsp
- Timestamp:
- Oct 26, 2009, 3:11:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/list.gsp
r156 r166 36 36 <g:sortableColumn property="firstName" title="First Name" params="${filterParams}" /> 37 37 <g:sortableColumn property="lastName" title="Last Name" params="${filterParams}" /> 38 <g:sortableColumn property="isActive " title=" isActive" params="${filterParams}" />38 <g:sortableColumn property="isActive " title="Active" params="${filterParams}" /> 39 39 <th></th> 40 40 </tr>
Note: See TracChangeset
for help on using the changeset viewer.