Changeset 687 for trunk/grails-app/views/appCore
- Timestamp:
- Oct 6, 2010, 1:55:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r681 r687 143 143 format="PDF, XLS"> 144 144 <g:select optionKey="id" 145 from="${ Asset.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"146 name=" asset.id"145 from="${sections}" 146 name="section.id" 147 147 noSelection="['all':/${g.message(code:'default.all.select.text')}/]"> 148 148 </g:select> … … 155 155 format="PDF, XLS"> 156 156 <g:select optionKey="id" 157 from="${ Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"157 from="${sections}" 158 158 name="section.id"> 159 159 </g:select> … … 166 166 format="PDF, XLS"> 167 167 <g:select optionKey="id" 168 from="${ Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"168 from="${sections}" 169 169 name="section.id"> 170 170 </g:select>
Note: See TracChangeset
for help on using the changeset viewer.