Sha256: dba55d71b3521fc893952bfa44bacd9ed58de32a31692feac81ce45b36d6962f

Contents?: true

Size: 654 Bytes

Versions: 10

Compression:

Stored size: 654 Bytes

Contents

%h1 Remove Form

%p 
  Are you sure you want to  
  %strong.warning permanently remove
  the following form?

%table.index#form{ :cellpadding => "0", :cellspacing => "0", :border => "0" }
  %tbody
    %tr.node.level-1{ :onmouseover => "Element.addClassName(this, 'highlight');", :onmouseout => "Element.removeClassName(this, 'highlight');" }
      %td.asset
        = image('form.png', :alt => '')
        = @form.title


- form_for [:admin, @form], :html => { :method => 'delete', :onsubmit_status => "Removing Form…" } do
  %p.buttons
    %input.button{ :type => "submit", :value => "Delete Form" }
    or
    = link_to 'Cancel', admin_forms_path

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
radiant-forms-extension-3.2.7 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.2.6 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.2.5 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.2.4 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.2.2 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.2.1 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.2.0.beta.1 app/views/admin/forms/remove.html.haml
radiant-forms-extension-3.1.1 app/views/admin/forms/remove.html.haml
radiant-forms-extension-2.0.1 app/views/admin/forms/remove.html.haml
radiant-forms-extension-2.0.0 app/views/admin/forms/remove.html.haml