Sha256: a4c8c1c69c2315678c1c44125cadae44eb2529fa20240b4c4088b812d3805168
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
<% @page_heading = 'Sidebar' %> <% content_for('tasks') do %> <%= tab _("Choose a theme"), :controller=>"themes", :action=>"index" %> <%= tab _("Manage Text Filters"), :controller=>"textfilters", :action=>"list" %> <% end %> <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"> </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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/sidebar/index.rhtml |
typo-4.1 | app/views/admin/sidebar/index.rhtml |