Sha256: 39c86a7382a68b706d69f1ecd3a67203c618b1276bb4cfdff64ec35a56ad9ff2

Contents?: true

Size: 843 Bytes

Versions: 5

Compression:

Stored size: 843 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">
        <%= f.text_field :tag_list, :class => "thin_border long" %>
      </td>
    </tr>
    <tr>
      <td class="submit" colspan="2">
        <%= f.button t(:save), :name => nil, :class => 'button' %>
      </td>
    </tr>
  </table>
  <p class="foot_note"><%= t('Please seperate the tags with commata') %></p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

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