Index: trunk/grails-app/views/appCore/start.gsp
===================================================================
--- trunk/grails-app/views/appCore/start.gsp	(revision 681)
+++ trunk/grails-app/views/appCore/start.gsp	(revision 687)
@@ -143,6 +143,6 @@
                                                                             format="PDF, XLS">
                                                 <g:select optionKey="id"
-                                                                    from="${Asset.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"
-                                                                    name="asset.id"
+                                                                    from="${sections}"
+                                                                    name="section.id"
                                                                     noSelection="['all':/${g.message(code:'default.all.select.text')}/]">
                                                 </g:select>
@@ -155,5 +155,5 @@
                                                                             format="PDF, XLS">
                                                 <g:select optionKey="id"
-                                                                    from="${Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"
+                                                                    from="${sections}"
                                                                     name="section.id">
                                                 </g:select>
@@ -166,5 +166,5 @@
                                                                             format="PDF, XLS">
                                                 <g:select optionKey="id"
-                                                                    from="${Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"
+                                                                    from="${sections}"
                                                                     name="section.id">
                                                 </g:select>
