Sha256: 9d911771791d8c20f09313dc015d9921cc7e6b1662b439a08eccc712cee8d405

Contents?: true

Size: 882 Bytes

Versions: 26

Compression:

Stored size: 882 Bytes

Contents

<%= form_for [:admin, @picture] do |f| %>
  <%= hidden_field_tag :query, params[:query] %>
  <%= hidden_field_tag :size, params[:size] %>
  <%= hidden_field_tag :tagged_with, params[:tagged_with] %>
  <%= hidden_field_tag :filter, params[:filter] %>
  <table>
    <tr>
      <td class="label"><%= f.label :name %></td>
      <td class="input">
        <%= f.text_field :name, :class => "thin_border long" %>
      </td>
    </tr>
    <tr>
      <td class="label"><%= f.label :tag_list %>*</td>
      <td class="input">
        <%= render 'alchemy/admin/partials/autocomplete_tag_list', :f => f, :object => @picture %>
        <p class="foot_note"><%= _t('Please seperate the tags with commata') %></p>
      </td>
    </tr>
    <tr>
      <td class="submit" colspan="2">
        <%= f.button _t(:save), :name => nil, :class => 'button' %>
      </td>
    </tr>
  </table>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

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