Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / app / views / admin / layout / .svn / text-base / remove.html.erb.svn-base
blob883f58aadfdbbd9c5c68503ae06adbba4ac30d1f
1 <h1>Remove Layout</h1>
2 <p>Are you sure you want to <strong class="warning">permanently remove</strong> the following layout?</p>
4 <table id="site-map" class="index" cellpadding="0" cellspacing="0" border="0">
5   <tbody>
6     <tr class="node level-1" onmouseover="Element.addClassName(this, 'highlight');" onmouseout="Element.removeClassName(this, 'highlight');">
7       <td class="layout">
8         <%= image 'layout', :alt => 'layout-icon', :title => '' %>
9         <%= @layout.name %>
10       </td>
11     </tr>
12   </tbody>
13 </table>
15 <form method="post" action="">
16   <p class="buttons"><%= submit_tag "Delete Layout", :class => 'button' %> or <%= link_to 'Cancel', layout_index_url %></p>
17 </form>