diff --git a/lib/NGCP/Panel/Form/Reseller.pm b/lib/NGCP/Panel/Form/Reseller.pm index 9889715271..a85581b14f 100644 --- a/lib/NGCP/Panel/Form/Reseller.pm +++ b/lib/NGCP/Panel/Form/Reseller.pm @@ -8,6 +8,7 @@ use HTML::FormHandler::Widget::Block::Bootstrap; has '+widget_wrapper' => ( default => 'Bootstrap' ); sub build_render_list {[qw/fields actions/]} +sub build_form_element_class { [qw/form-horizontal/] } has_field 'name' => ( type => 'Text', diff --git a/share/templates/reseller.tt b/share/templates/reseller.tt index e160817991..8cd046c9b4 100644 --- a/share/templates/reseller.tt +++ b/share/templates/reseller.tt @@ -34,7 +34,7 @@ [% IF edit.defined -%] -