Sha256: c249b416ddc0bb128a5d06649f1821ef909e92f23226d06a1dbdddf9ac8b7f96

Contents?: true

Size: 610 Bytes

Versions: 5

Compression:

Stored size: 610 Bytes

Contents

<label for="title"><%= _("title")  %></label>
<%= text_field 'node', 'title', :size => nil, :class => 'full_width' %>

<label for='tag_list'><%= _("tags") %></label>
<%= text_field 'node', 'tag_list', :size=>nil, :class => 'full_width' %>

<label for='v_lang'><%= _("language") %></label>
<%= select 'node', 'v_lang', current_site.lang_list.map {|l| [_(l), l]} %>

<label><%= _('publication date') %></label>
<%= date_box(@node, 'v_publish_from') %>
<label for="summary"><%= _("summary")  %></label>
<%= text_area 'node', 'summary', :cols => nil, :rows => 6, :value => @node.summary, :class => 'full_width' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zena-1.1.2 app/views/templates/edit_tabs/_title.rhtml
zena-1.1.1 app/views/templates/edit_tabs/_title.rhtml
zena-1.1.0 app/views/templates/edit_tabs/_title.rhtml
zena-1.0.0 app/views/templates/edit_tabs/_title.rhtml
zena-1.0.0.rc3 app/views/templates/edit_tabs/_title.rhtml