Changeset 295 for trunk/grails-app/views/person/create.gsp
- Timestamp:
- Jan 25, 2010, 10:57:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/create.gsp
r294 r295 130 130 <g:each in="${authorityList}"> 131 131 <tr> 132 <td valign="top" class="name" align="left">${it. authority.encodeAsHTML()}</td>132 <td valign="top" class="name" align="left">${it.description.encodeAsHTML()}</td> 133 133 <td align="left"> 134 134 <g:checkBox name="${it.authority}" value="${it.authority == 'ROLE_AppUser'}"/>
Note: See TracChangeset
for help on using the changeset viewer.