monitoring: Remove css class 'control-group' from date and time elements in the schedule downtime command form

This CSS class does no longer exist.
This commit is contained in:
Eric Lippmann 2014-12-19 10:45:23 +01:00
parent b0ab6c3a76
commit fa226f261e
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ class ScheduleServiceDowntimeCommandForm extends ObjectsCommandForm
array(
'decorators' => array(
'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group'))
array('HtmlTag', array('tag' => 'div'))
)
)
);
@ -169,7 +169,7 @@ class ScheduleServiceDowntimeCommandForm extends ObjectsCommandForm
),
'decorators' => array(
'FormElements',
array('HtmlTag', array('tag' => 'div', 'class' => 'control-group')),
array('HtmlTag', array('tag' => 'div')),
array(
'Description',
array('tag' => 'span', 'class' => 'description', 'placement' => 'prepend')