Sha256: 87ff739bced01808acfa297c018c611f87a2fd3768bc1eb84bbb3cf834b43d13

Contents?: true

Size: 675 Bytes

Versions: 9

Compression:

Stored size: 675 Bytes

Contents

<div id="active_<%= active.html_id %>" class="dragitem">
  <h4 class="handle"><%= active.sidebar_controller.display_name %></h4>
  <p><%= active.sidebar_controller.description %></p>
  <div class="space">
  <div><%= render_component :layout=>false,
             :controller=>active.sidebar_controller,
             :action=>'configure_wrapper', :params => {:sidebar => active } %></div>
  <%= link_to_remote('remove',
        :url => {:action => 'remove', :id => active.id,
                 :element => "active_#{active.html_id}"},
        :before => "new Effect.Fade('active_#{active.html_id}')",
        :loading => "new Element.show('update_spinner')") %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

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