Sha256: bfba4b65e6fe3c9e25b81c283e5cfacefd9edf2360d64fbac314a991a0530eea

Contents?: true

Size: 742 Bytes

Versions: 7

Compression:

Stored size: 742 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

7 entries across 7 versions & 1 rubygems

Version Path
alchemy_cms-2.4.1 app/views/alchemy/admin/essence_files/edit.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/essence_files/edit.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/essence_files/edit.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/essence_files/edit.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/essence_files/edit.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/essence_files/edit.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/essence_files/edit.html.erb