Sha256: 30bc3126771421bb82210183347fbb33a689f17146346e430320f26323142710

Contents?: true

Size: 761 Bytes

Versions: 8

Compression:

Stored size: 761 Bytes

Contents

<%= form_for([:admin, @essence_file], :remote => true) do |f| %>
  <table>
    <tr>
      <td class="label"><%= f.label "title" %></td>
      <td class="input"><%= f.text_field "title", :class => 'thin_border' %></td>
    </tr>
    <tr>
      <td class="label"><%= f.label "css_class" %></td>
      <td class="select">
        <%= f.select(
          "css_class", [
            [_t("Layout default"), ""],
            [_t("above"), "no_float"],
            [_t("left"), "left"],
            [_t("right"), "right"]
          ],
          {},
          :class => 'alchemy_selectbox'
        ) %>
      </td>
    </tr>
    <tr>
      <td colspan="2" class="submit">
        <%= f.button _t("save"), :class => 'button' %>
      </td>
    </tr>
  </table>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

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