Project

General

Profile

« Previous | Next » 

Revision a95e602a

Added by Marek Hulán about 7 years ago

Fixes #18783,#18804 - replace inline helps with label helps

View differences:

app/views/common/os_selection/_pxe_loader.html.erb
:include_blank => blank_or_inherit_f(f, :pxe_loader),
},
:label => _('PXE loader'),
:help_inline => popover("", _("DHCP filename option to use. Set to None for non-PXE method (e.g. iPXE)"), :data => { :placement => 'top' }) %>
:label_help => _("DHCP filename option to use. Set to None for non-PXE method (e.g. iPXE)"),
:label_help_options => { :data => { :placement => 'top' } } %>
<% end -%>
<% end -%>

Also available in: Unified diff