Sha256: 2ba1138a61557689b86744acdad7addd46cb88b5de0a4672153031c7bcfd3a6e
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
<%= form_tag( documents_path ) %> <%= hidden_field 'node', 'parent_id', :value=>@node.parent_zip %> <p class="btn_validate"><input type="submit" onclick="$('loader').style.visibility = 'visible';" value='<%= _('validate') %>'/></p> <% [:redir, :js, :reload].each do |p|; next unless params[p] %> <input type='hidden' name='<%= p %>' value='<%= h params[p] %>'/> <% end %> <label for='node_content_type'><%= _('content type') %></label> <input id='node_content_type' type='text' name='node[content_type]'/><br/> <label for='title'><%= _('name') %></label> <input id='title' type='text' name='node[title]'/><br/> <label for='node_summary'><%= _('summary') %></label> <textarea id='node_summary' rows='3' name='node[summary]'></textarea><br/> </form>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zena-1.2.2 | app/views/templates/document_create_tabs/_text_document.rhtml |