Sha256: 4587f99733409bc99a0e6a6a17937944984a9e5b1650d0366b5229cb3daa05f8
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 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> <!--[eoform:pages]-->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.0.3.98.1 | app/views/admin/pages/_form.html.erb |
typo-5.0.3.98 | app/views/admin/pages/_form.html.erb |