blob: cb20f618322bf5bc3ca0f19e46a17863b7d1127d [file] [log] [blame]
<% @heading = 'Admin Messages' %>
<% @overview = 'Use this form to update a standard message text. Depending on caching settings the changes applied here might not be immediately visible' %>
<% tinymce 'advanced' %>
<%= error_messages_for 'admin_message' %>
<% tabular_form_for :admin_message, @admin_message do |f| %>
<%= f.text_field 'id', :value => @admin_message.id %>
<%= f.text_field 'guid', :value => @admin_message.guid %>
<%= f.text_area :text, :cols => 60, :rows => 8 %>
<tr><th></th><td><%= submit_tag 'Submit' %></td></tr>
<% end %>