Sha256: 59ebb1f01984180bf0143148750bd4b45c2d9111466ee7ee945a32ce49dc34a3

Contents?: true

Size: 524 Bytes

Versions: 9

Compression:

Stored size: 524 Bytes

Contents

<%= start_form_tag({ :action => "set_mime" }, :id => id, :enctype => "multipart/form-data") %>
<div class="form">
  <label for="resource_mime_<%= id %>">Content Type:</label><br/>
  <input name="resource[mime]" size="22" id="resource_mime_<%= id %>" type="text" value="<%=h mime %>" /><br />
  <input name="resource[id]" type="hidden" value="<%= id %>" /> 
<%= save("Save") %> or <a href="#" onclick="new Effect.BlindUp('edit-resource-mime-<%= id %>', {duration: 0.4}); return false;" >Cancel</a>
</div>
<%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/resources/_mime_edit.rhtml
typo-3.99.1 app/views/admin/resources/_mime_edit.rhtml
typo-3.99.2 app/views/admin/resources/_mime_edit.rhtml
typo-3.99.3 app/views/admin/resources/_mime_edit.rhtml
typo-4.0.1 app/views/admin/resources/_mime_edit.rhtml
typo-4.0.2 app/views/admin/resources/_mime_edit.rhtml
typo-3.99.4 app/views/admin/resources/_mime_edit.rhtml
typo-4.0.0 app/views/admin/resources/_mime_edit.rhtml
typo-4.0.3 app/views/admin/resources/_mime_edit.rhtml