Sha256: 456151be03dcba6cb7a554ecbc563ffd2cedf136a265599f319af6cb60ce939d

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

<%= error_messages_for 'page' %>
<!--[form:pages]-->
<ul class="set admin">
  <li>
    <label for="page_title" class="block title"><%= _("Title")%></label>
    <%= text_field 'page', 'title', :class => 'large'  %>
  </li>
  <li>
    <label for="page_body" class="block content"><%= _("Content")%></label>
    <%= t_textarea 'page', 'body', {:height => '300', :class => 'large'} %> 
  </li>
  <li class="paginate l">
    <label for="options">
      <%= link_to_function _("Options") + " (+/-)",update_page { |page| page.visual_effect(:toggle_blind, "options", :duration => 0.2) } %>
    </label>
    <ul>
      <li id="options" style='display: none;'>
        <ul>
          <li>
            <label for="page_name" class="float"><%= _("Permalink")%>:</label>
            <%= text_field 'page', 'name', :size => 25  %>
          </li>
          <li>
            <label for="page_published" class="float"><%= _("Online")%>:</label>
            <%= check_box 'page', 'published'  %>
            <%= hidden_field_tag 'text_filter', this_blog.text_filter %>
          </li>
        </ul>
      </li>
    </ul>
  </li>
</ul>

<p class="paginate r">
  <%= save("Publish" + " &raquo") %>
</p>

<!--[eoform:pages]-->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.1.1 app/views/admin/pages/_form.html.erb
typo-5.1.2 app/views/admin/pages/_form.html.erb
typo-5.1.3 app/views/admin/pages/_form.html.erb
typo-5.1 app/views/admin/pages/_form.html.erb