Sha256: 0fbf2c2c7cb9d64adc1d4959ef6b1fd39c475f8f305218c10a7de521c086c4e6
Contents?: true
Size: 697 Bytes
Versions: 3
Compression:
Stored size: 697 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 '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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
radiant-0.6.1 | app/views/admin/layout/remove.rhtml |
radiant-0.6.0 | app/views/admin/layout/remove.rhtml |
radiant-0.6.2 | app/views/admin/layout/remove.rhtml |