Sha256: 58a75603fcbc74656cac0e9f05c09410f677fb498a914104b02c138c037c6114

Contents?: true

Size: 550 Bytes

Versions: 8

Compression:

Stored size: 550 Bytes

Contents

  <% @page_heading = _('Categories') +  "<span>&raquo; #{link_to(_('add new'), :controller => 'categories', :action => 'new')}</span>" %>
  <% subtabs_for(:content) %>

  <div id="category_container" class="list">	
    <%= render :partial => 'categories' %>  
  </div>                      

  <div class="paginate">
    <%= link_to_remote(_('Reorder'), :update => 'category_container', :url => { :action => 'reorder' }) %> |
  	<%= link_to_remote(_('Sort alphabetically'), :update => 'category_container', :url => { :action => 'asort' }) %>
  </div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/categories/index.html.erb
typo-5.4.2 app/views/admin/categories/index.html.erb
typo-5.4.1 app/views/admin/categories/index.html.erb
typo-5.4 app/views/admin/categories/index.html.erb
typo-5.1.98 app/views/admin/categories/index.html.erb
typo-5.2 app/views/admin/categories/index.html.erb
typo-5.2.98 app/views/admin/categories/index.html.erb
typo-5.3 app/views/admin/categories/index.html.erb