Show a form based autosubmit warning when toggling object features
refs #7935
This commit is contained in:
parent
8510835fba
commit
507e5b43cc
|
@ -18,7 +18,10 @@ class ToggleObjectFeaturesCommandForm extends ObjectsCommandForm
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
$this->setUseFormAutosubmit();
|
||||||
|
$this->setTitle('Feature Commands');
|
||||||
$this->setAttrib('class', 'inline object-features');
|
$this->setAttrib('class', 'inline object-features');
|
||||||
|
$this->loadDefaultDecorators()->getDecorator('description')->setTag('h4');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -170,6 +170,10 @@ form.instance-features span.description, form.object-features span.description {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.avp form.object-features div.header h4 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
table.avp .customvar ul {
|
table.avp .customvar ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue