Sha256: 84b14a3ba157f83a74e4352a05f15563fdb2eeb64dc5084b2bea3aea8e14e2f5

Contents?: true

Size: 577 Bytes

Versions: 5

Compression:

Stored size: 577 Bytes

Contents

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

<% form_tag do %>
<div id='editor-right'>
	<h3>Stylesheets</h3>
	<div class="theme-filer">	
		<%= fetch_stylesheets %>
	</div>
	
	<h3>Layout</h3>
	<div class="theme-filer">	
		<%= fetch_layouts %>
	</div>
  
</div>

<div id="editor-left">
  <textarea id="theme_body" name="theme_body" class='large' rows='25'>
  <%= @file %>
  </textarea>
  <%= hidden_field_tag 'type', params[:type] %>
  <%= hidden_field_tag 'file', params[:file] %>
  </div>
</div>
<p class='right'>
  <%= cancel_or_save %>
</div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/themes/editor.html.erb
typo-5.4.4 app/views/admin/themes/editor.html.erb
typo-5.4.3 app/views/admin/themes/editor.html.erb
typo-5.4.2 app/views/admin/themes/editor.html.erb
typo-5.4.1 app/views/admin/themes/editor.html.erb