CC-2139: Make submit and cancel button for "edit metadata" view the same size
-Done
This commit is contained in:
parent
c67ab97dbc
commit
e573d95fcb
1 changed files with 4 additions and 4 deletions
|
@ -107,10 +107,10 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
|
|
||||||
$this->addDisplayGroup(array('submit', 'cancel'), 'submitButtons', array(
|
$this->addDisplayGroup(array('submit', 'cancel'), 'submitButtons', array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'FormElements',
|
'FormElements',
|
||||||
array('HtmlTag', array('tag' => 'dd', 'class' => 'element')),
|
'DtDdWrapper'
|
||||||
),
|
)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue