Changeset 748

Show
Ignore:
Timestamp:
02/21/08 11:28:22 (11 months ago)
Author:
markku
Message:

Closes #502.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/controllers/form_controller.rb

    r747 r748  
    5858    @title = _('Select the form type to fill out') 
    5959 
    60     form_types = FormType.find(:all, :conditions => ['ready = ?', true], :readonly => true) 
     60    form_types = FormType.find(:all, :conditions => ['ready = ?', true], :order => 'name', :readonly => true) 
    6161 
    6262    redirect_with_message(_('No form types defined.'), :back) and return if form_types.empty? 

© 2004-2007 Norfello Oy All Rights Reserved