Sha256: a1fb17b6f0073eeb7b520ad7bc7eba6fcd1f093aa82bd71f807eba1a051c8936

Contents?: true

Size: 906 Bytes

Versions: 4

Compression:

Stored size: 906 Bytes

Contents

<div class="clear prepend-1 span-18">
  <h3 class="re-hdr-plan-edit">Edit Details</h3>
  <div class="clear top-10"></div>
  
  <%= re_form_for(@re_plan, :url => re_plan_path(@re_plan), :method => :post, :span => "3x13", :html => {:id => "re_plan_edit_form"}) do |f| %>
    <%= f.re_error_on "Unable To Update Plan" %>
    <%= re_whitebox do %>    
      <%= re_form_text("Code", @re_plan.code, :span => "3x13", :hint => "<strong>NOTE :</strong> the plan code cannot be changed".html_safe) %>
      <div class="clear top-5"></div>
      
      <%= f.text_field(:title, :required => true) %>
      <%= f.text_area(:description) %>
    
      <div class="clear"></div>
  	  <%= re_button_submit_green('Update', :id => "re_plan_edit_update") %>
  	  <%= re_button_link_orange('Cancel', change_re_plan_path(@re_plan), :id => "re_plan_edit_cancel") %>
    <% end %>
  <% end %>
</div>  
<div class="clear"></div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rules_engine-0.3.3 app/views/re_plans/_edit.html.erb
rules_engine-0.3.2 app/views/re_plans/_edit.html.erb
rules_engine-0.3.1 app/views/re_plans/_edit.html.erb
rules_engine-0.3.0 app/views/re_plans/_edit.html.erb