From a38c61d22e5a2d66c1ecfcb49bba98e490143c29 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 15 Sep 2009 13:47:33 -0300 Subject: [PATCH] ActionItem1218: explaining folders order --- app/views/admin_panel/set_portal_folders.rhtml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/admin_panel/set_portal_folders.rhtml b/app/views/admin_panel/set_portal_folders.rhtml index f460c56..2b4692c 100644 --- a/app/views/admin_panel/set_portal_folders.rhtml +++ b/app/views/admin_panel/set_portal_folders.rhtml @@ -33,6 +33,10 @@ <%= labelled_form_field(_('Portal folders'), select_tag( 'folders[]', options_from_collection_for_select(@selected, :id, :name, nil), {:id => 'selected-folders', :multiple => true, :size => 6 })) %> +

+ <%= _('The same order in which you arrange the folders here will be used for arranging the boxes in the environment initial page.') %> +

+ <% button_bar do %> <%= submit_button 'save', _('Save'), :cancel => {:action => 'index'} %> <% end %> -- libgit2 0.21.2