Sha256: 1572abc6b17fb527a55d5603bd1f6a57ed4984a5309ccca5753242656348d4b8

Contents?: true

Size: 924 Bytes

Versions: 9

Compression:

Stored size: 924 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' %></td>
      <td class="input"><%= f.text_field 'name', :class => 'thin_border long', :autofocus => true %></td>
    </tr>
    <tr>
      <td class="label"><%= f.label 'filename' %>*</td>
      <td class="input">
        <%= f.text_field 'filename', :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

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/attachments/edit.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/attachments/edit.html.erb