Sha256: 2587b200173e41e84b3c33a172b2deb3e1da7536a66f31d9731f2e58d4bf7079

Contents?: true

Size: 973 Bytes

Versions: 2

Compression:

Stored size: 973 Bytes

Contents

<% @page_heading = _('Theme editor') %>
<% content_for('tasks') do %>
	<%= subtab _("Sidebar"), "", {:controller=>"sidebar", :action=>"index"} %>
	<%= subtab _("Choose themes"), "", {:controller=>"themes", :action=>"index"} %>
	<%= subtab _("Theme editor"), "current", {:controller=>"themes", :action=>"editor"} %>
	<%= subtab _("Text Filters"), "", {:controller=>"textfilters", :action=>"list"} if (this_blog.display_advanced == 1) %>
<% end %> 

<div id="theme_list">	
	<h3>Stylesheets</h3>
	<div class="theme-filer">	
		<%= fetch_stylesheets %>
	</div>
	
	<h3>Layout</h3>
	<div class="theme-filer">	
		<%= fetch_layouts %>
	</div>

</div>

<% form_tag do %>
<div id="theme_editor">
<textarea name="theme_body">
<%= @file %>
</textarea>
<%= hidden_field_tag 'type', params[:type] %>
<%= hidden_field_tag 'file', params[:file] %>
</div>
<div class="paginate r" style="clear: both; margin-top: 15px"><input type="submit" class="submit" value="<%= _('save') %>" />
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.0.1 app/views/admin/themes/editor.html.erb
typo-5.0 app/views/admin/themes/editor.html.erb