Changeset 679 for trunk/grails-app/views


Ignore:
Timestamp:
Oct 5, 2010, 12:50:57 AM (14 years ago)
Author:
gav
Message:

Improvements to equipementRegister report, adding asset detail and layout.

File:
1 edited

Legend:

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

    r676 r679  
    168168                                                <g:select optionKey="id"
    169169                                                                    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">
    172171                                                </g:select>
    173172                                            </g:jasperReport>
Note: See TracChangeset for help on using the changeset viewer.