Sha256: 105b7be96072a34a6e243c5baef9bd801ea2d5815564e5439d11ae7f41af8359
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
<label for="node_c_file"><%= _("document file") %></label> <div id="file"><%= link_to_remote(_("change document"), :update=>'file_form', :url=>file_form_documents_path, :method => :get, :complete=>"['file', 'file_form'].each(Element.toggle);") %></div> <label for='node_c_content_type'><%= _('content type') %></label> <input id='node_c_content_type' type='text' name='node[c_content_type]' value='<%= @node.c_content_type %>'/><br/> <div id="file_form" style='display:none;'></div> <%= @node.c_version_id == @node.v_id ? "<b id='original_caution'>#{_('you are editing the original')}</b>" : "" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zena-0.15.0 | app/views/templates/edit_tabs/_document.rhtml |