Sha256: 7c85e61b66f18d330f24570028750ea108beb3275db8ce51dad8bbb90c9ee742

Contents?: true

Size: 1.14 KB

Versions: 9

Compression:

Stored size: 1.14 KB

Contents

 <% @page_heading = 'Sidebar' %>
  <p>Drag and drop to change the sidebar items displayed on this blog.  To remove items from the sidebar just click remove  Changes are saved immediately, but not activated until you click the 'Publish' button.</p>

  <%= form_remote_tag(:url=>{:action=>'publish'},
                      :loading => "new Element.show('update_spinner')")  %>
  <input value="Publish changes" class="space" type="submit"/>

  <div id="messages">&nbsp;</div>

  <div id="sidebar-config">
    <div id="available" class="dropbox">
      <h3>Available Items</h3>
      <div id="available_box">
        <%= render :partial => 'availables', :object => @available %>
      </div>
    </div>

    <div id="cnt-active">
      <h3 id="hdr-active">
        Active Sidebar items
        <%= image_tag "spinner-blue.gif", :id => 'update_spinner',
                      :style => 'display:none;' -%>
      </h3>
      <div id="active" class="dropbox">
        <%= render :partial => 'actives', :object => @active %>
      </div>
    </div>
    <br clear="all" />

    <input value="Publish changes" class="space" type="submit"/>

  </div>
  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/sidebar/index.rhtml
typo-3.99.3 app/views/admin/sidebar/index.rhtml
typo-3.99.2 app/views/admin/sidebar/index.rhtml
typo-3.99.1 app/views/admin/sidebar/index.rhtml
typo-4.0.0 app/views/admin/sidebar/index.rhtml
typo-3.99.4 app/views/admin/sidebar/index.rhtml
typo-4.0.2 app/views/admin/sidebar/index.rhtml
typo-4.0.1 app/views/admin/sidebar/index.rhtml
typo-4.0.3 app/views/admin/sidebar/index.rhtml