Sha256: 8ce020fafe0c9381d67f8bdde15546fbff263fd06cd3adcaa8ff8bef7fcff4cf

Contents?: true

Size: 593 Bytes

Versions: 4

Compression:

Stored size: 593 Bytes

Contents

<% @page_heading = _('Theme editor') %>
<% subtabs_for(:themes) %>

<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

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.4 app/views/admin/themes/editor.html.erb
typo-5.2 app/views/admin/themes/editor.html.erb
typo-5.2.98 app/views/admin/themes/editor.html.erb
typo-5.3 app/views/admin/themes/editor.html.erb