Sha256: a5465ff8bd2ae6af444222639850431f6c54f8c3495d600b0cfd43d59e6db79e

Contents?: true

Size: 735 Bytes

Versions: 5

Compression:

Stored size: 735 Bytes

Contents

<%= form_for([:admin, @attachment], :url => {:action => :update, :query => params[:query], :page => params[:page]}) do |f| -%>
  <table>
    <tr>
      <td class="label"><%= f.label 'name', :class => "short" %></td>
      <td class="input"><%= f.text_field 'name', :class => 'thin_border very_long', :autofocus => true %></td>
    </tr>
    <tr>
      <td class="label"><%= f.label 'filename', :class => "short" %>*</td>
      <td class="input"><%= f.text_field 'filename', :class => 'thin_border very_long' %></td>
    </tr>
    <tr>
      <td colspan="2" class="submit">
        <%= f.button t('save'), :class => 'button' %>
      </td>
    </tr>
  </table>
  <p class="foot_note"><%= t(:attachment_filename_notice) %></p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/attachments/edit.html.erb