Project

General

Profile

Download (646 Bytes) Statistics
| Branch: | Tag: | Revision:
017e1049 Ohad Levy
<%= form_for @ptable do |f| %>
05ab4c16 Ohad Levy
<%= base_errors_for @ptable %>
74e0b0e3 Lukas Zapletal
<%= text_f f, :name %>
bf4a13d3 Walden Raines
<%= textarea_f f, :layout, :rows=> 10, :size => "col-md-8",
bfbf7ed8 Lukas Zapletal
:help_block => ("<span class='label label-info'>" + _("Notice") + "</span> " + _("you may use %s") % (link_to _('a script as well'), 'http://theforeman.org/projects/foreman/wiki/Dynamic_disk_partitioning', :rel => 'external')).html_safe %>
48a65101 Greg Sutcliffe
<%= select_f f, :os_family, Operatingsystem.families_as_collection, :value, :name, { :include_blank => _("Operating System Family"), :label => _("OS Family"), :help_inline => _("The Operating System type") } %>
05ab4c16 Ohad Levy
<%= submit_or_cancel f %>
55ed30c7 Ohad Levy
<% end %>