Sha256: 0b827e9a25cc4a1d6d334c84ce40db49d0192a88d4e2acf3ec1e843f85920c37

Contents?: true

Size: 1.04 KB

Versions: 7

Compression:

Stored size: 1.04 KB

Contents

<% @page_heading = _('Choose a theme') %>
<% subtabs_for(:themes) %>

<% i = 0 %>
<% for theme in @themes %>
<% i = i+1 %>
<div class="set theme">
  <div>
    <% if theme.path == @active.path -%>
      <%= image_tag(url_for(:action => 'preview', :theme => theme.name, :skip_relative_url_root => true)) %>
    <% else %>
      <%= link_to(image_tag(url_for(:action => 'preview', :theme => theme.name, :skip_relative_url_root => true)), :action => 'switchto', :theme => theme.name) %>
    <% end %>
    </div>
  <%= theme.description_html %>
  <% if theme.path == @active.path -%>
  <em>(<%= _("Active theme")%>)</em>
  <% end -%>
</div>
<% if i == 3 %>
  <% i = 0%>
  <hr class="clear" />
<% end %>
<% end %>

<hr class="clear" />

<h2><%= _("Get more themes")%> </h2>
<p>
    <%= _("You can download third party themes from officially supported %s ", link_to(_("Typogarden"), 'http://typogarden.org'))%> <%= _("To install a theme you  just need to upload the theme folder into your themes directory. Once a theme is uploaded, you should see it on this page.") %>
</p>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/themes/index.html.erb
typo-5.0.3.98 app/views/admin/themes/index.html.erb
typo-5.1.2 app/views/admin/themes/index.html.erb
typo-5.1.1 app/views/admin/themes/index.html.erb
typo-5.1.3 app/views/admin/themes/index.html.erb
typo-5.1.98 app/views/admin/themes/index.html.erb
typo-5.1 app/views/admin/themes/index.html.erb