lib/reader_admin_ui.rb in radiant-reader-extension-3.0.0.rc3 vs lib/reader_admin_ui.rb in radiant-reader-extension-3.0.0.rc4

- old
+ new

@@ -58,10 +58,10 @@ def load_default_message_regions OpenStruct.new.tap do |message| message.edit = Radiant::AdminUI::RegionSet.new do |edit| edit.main.concat %w{edit_header edit_form edit_footer} - edit.form.concat %w{edit_subject edit_body edit_group} + edit.form.concat %w{edit_subject edit_body edit_function} edit.form_bottom.concat %w{edit_timestamp edit_buttons} end message.index = Radiant::AdminUI::RegionSet.new do |index| index.thead.concat %w{subject_header sent_header modify_header} index.tbody.concat %w{subject_cell sent_cell modify_cell}