Sha256: 7731293f07531d0bfc35010aff5c5df1f0c45c426050ed1a78e86ccdc1d71c32
Contents?: true
Size: 757 Bytes
Versions: 17
Compression:
Stored size: 757 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
17 entries across 17 versions & 1 rubygems