Sha256: 265f08e5a1ee6eb2fbb61656e0fc1a0d86f5d286b467fff3eb04ddb112cbc1f7

Contents?: true

Size: 844 Bytes

Versions: 4

Compression:

Stored size: 844 Bytes

Contents

<div class="clear prepend-1 span-18">
  <h3 class="re-hdr-plan-copy"> Copy Plan : <%=h @re_plan.title %></h3>
  <div class="clear top-10"></div>
  
  <%= re_form_for(@re_plan_copy, :url => duplicate_re_plan_path(@re_plan), :method => :post, :span => "3x13", :html => {:id => "re_plan_copy_form"}) do |f| %>
    <%= f.re_error_on "Unable To Duplicated Plan" %>
    <%= re_whitebox do %>    
      <%= f.text_field(:code, :required => true, :hint => "must be unique") %>
      <%= f.text_field(:title, :required => true) %>
      <%= f.text_area(:description) %>
    
      <div class="clear"></div>
  	  <%= re_button_submit_green('Duplicate', :id => "re_plan_copy_duplicate") %>
  	  <%= re_button_link_orange('Cancel', change_re_plan_path(@re_plan), :id => "re_plan_copy_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/_copy.html.erb
rules_engine-0.3.2 app/views/re_plans/_copy.html.erb
rules_engine-0.3.1 app/views/re_plans/_copy.html.erb
rules_engine-0.3.0 app/views/re_plans/_copy.html.erb