Changeset 681 for trunk/grails-app/views
- Timestamp:
- Oct 5, 2010, 2:24:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r679 r681 156 156 <g:select optionKey="id" 157 157 from="${Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}" 158 name="section.id" 159 noSelection="['all':/${g.message(code:'default.all.select.text')}/]"> 158 name="section.id"> 160 159 </g:select> 161 160 </g:jasperReport>
Note: See TracChangeset
for help on using the changeset viewer.