Changeset 679 for trunk/grails-app/views/appCore
- Timestamp:
- Oct 5, 2010, 12:50:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r676 r679 168 168 <g:select optionKey="id" 169 169 from="${Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}" 170 name="section.id" 171 noSelection="['all':/${g.message(code:'default.all.select.text')}/]"> 170 name="section.id"> 172 171 </g:select> 173 172 </g:jasperReport>
Note: See TracChangeset
for help on using the changeset viewer.