Commit a38c61d22e5a2d66c1ecfcb49bba98e490143c29
1 parent
4548480c
Exists in
master
and in
29 other branches
ActionItem1218: explaining folders order
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
app/views/admin_panel/set_portal_folders.rhtml
... | ... | @@ -33,6 +33,10 @@ |
33 | 33 | <%= labelled_form_field(_('Portal folders'), select_tag( 'folders[]', options_from_collection_for_select(@selected, :id, :name, nil), {:id => 'selected-folders', :multiple => true, :size => 6 })) %> |
34 | 34 | </div> |
35 | 35 | |
36 | + <p> | |
37 | + <%= _('The same order in which you arrange the folders here will be used for arranging the boxes in the environment initial page.') %> | |
38 | + </p> | |
39 | + | |
36 | 40 | <% button_bar do %> |
37 | 41 | <%= submit_button 'save', _('Save'), :cancel => {:action => 'index'} %> |
38 | 42 | <% end %> | ... | ... |