Sha256: b075bbcce4223444b01e95ce2b673f1ade19da69d79c745887863b276b925432
Contents?: true
Size: 537 Bytes
Versions: 2
Compression:
Stored size: 537 Bytes
Contents
<% @page_heading = 'Text Filters' %> <% content_for('tasks') do %> <%= task_new _('Create new text filter') %> <%= tab _("Choose a theme"), :controller=>"themes", :action=>"index" %> <%= tab _("Customize Sidebar"), :controller=>"sidebar", :action=>"index" %> <% end %> <div class="list" id="textfilters"> <%= render :partial => 'textfilters' %> </div> <h2><%= _("Macros")%></h2> <div class="list" id="macros"> <% reset_alternation -%> <%= render :partial => "macros" %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/textfilters/list.rhtml |
typo-4.1 | app/views/admin/textfilters/list.rhtml |