Sha256: 689c0599c827aa3de413b4d092bdaf38be5f50285999468145568a2c1938c874

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

<h1>Remove Layout</h1>
<p>Are you sure you want to <strong class="warning">permanently remove</strong> the following layout?</p>

<table id="site-map" class="index" cellpadding="0" cellspacing="0" border="0">
  <tbody>
    <tr class="node level-1" onmouseover="Element.addClassName(this, 'highlight');" onmouseout="Element.removeClassName(this, 'highlight');">
      <td class="layout">
        <%= image_tag 'layout', :alt => 'layout-icon', :title => '', :align => 'center' %>
        <%= @layout.name %>
      </td>
    </tr>
  </tbody>
</table>

<form method="post">
  <p class="buttons"><%= submit_tag "Delete Layout", :class => 'button' %> or <%= link_to 'Cancel', layout_index_url %></p>
</form>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-0.5.1 app/views/admin/layout/remove.rhtml
radiant-0.5.2 app/views/admin/layout/remove.rhtml