Changeset 681 for trunk/grails-app/views


Ignore:
Timestamp:
Oct 5, 2010, 2:24:33 AM (13 years ago)
Author:
gav
Message:

Improvements to assetRegister report, adding site and section to page header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r679 r681  
    156156                                                <g:select optionKey="id"
    157157                                                                    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">
    160159                                                </g:select>
    161160                                            </g:jasperReport>
Note: See TracChangeset for help on using the changeset viewer.