Sha256: cf29094abd1873f55ebc9d7840ebe6eb08903b571fcfeb9e348486bbf8ab2bd3
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
<%= error_messages_for :image %> <% form_for [:admin, @image], :url => @url_override || @url, :html => {:multipart => true, :style => 'float: left; width: 70%'} do |f| %> <div class='field'> <%= f.label :uploaded_data, 'Image' %> <% if params[:action] =~ /(edit)|(update)/ %> Use current image <em>or</em>, replace it with this one... <% end %> <%= f.file_field :uploaded_data %> </div> <%= render :partial => "/shared/admin/form_actions", :locals => {:f => f, :continue_editing => false, :hide_cancel => (from_dialog? and !@thickbox)} %> <% if @thickbox %> <input type='hidden' name='thickbox' value='<%= @thickbox %>' /> <input type='hidden' name='field' value='<%= @field %>' /> <input type='hidden' name='update_image' value='<%= @update_image %>' /> <input type='hidden' name='thumbnail' value='<%= @thumbnail %>' /> <input type='hidden' name='callback' value='<%= @callback %>' /> <input type='hidden' name='conditions' value='<%= @conditions %>' /> <% end %> <% end %> <% if params[:action] =~ /(edit)|(update)/ %> <div style='float: right; width: 25%;'> <label>Current Image</label> <%= image_fu @image, :medium, { :class => "brown_border" } %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-0.9.5.13 | vendor/plugins/images/app/views/admin/images/_form.html.erb |