Sha256: b3f2268286f90ac75fa25647e57ce64a1547a60783ed17220232384ba50ec2ba

Contents?: true

Size: 963 Bytes

Versions: 17

Compression:

Stored size: 963 Bytes

Contents

<%= form_for([:admin, @attachment], :url => {:action => :update, :query => params[:query], :page => params[:page]}, :remote => true) do |f| -%>
  <div id="errors"></div>
  <table>
    <tr>
      <td class="label"><%= f.label :name %></td>
      <td class="input"><%= f.text_field :name, :class => 'thin_border long', :autofocus => true %></td>
    </tr>
    <tr>
      <td class="label"><%= f.label :file_name %>*</td>
      <td class="input">
        <%= f.text_field :file_name, :class => 'thin_border long' %>
        <p class="foot_note"><%= _t(:attachment_filename_notice) %></p>
      </td>
    </tr>
    <tr>
      <td class="label"><%= f.label :tag_list %></td>
      <td class="input">
        <%= render 'alchemy/admin/partials/autocomplete_tag_list', :object => @attachment, :f => f %>
      </td>
    </tr>
    <tr>
      <td colspan="2" class="submit">
        <%= f.button _t(:save), :class => 'button' %>
      </td>
    </tr>
  </table>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/attachments/edit.html.erb