add class to submit button
add class button
'type' => 'submit',
'req' => false,
'name' => 'submit_rmv',
- 'display' => 'Submit Form'
+ 'display' => 'Submit Form',
+ 'opts' => array('class' => 'button')
);
$this->setupElements($e);
'type' => 'submit',
'req' => false,
'name' => 'submit_rmv',
- 'display' => 'Submit Form'
+ 'display' => 'Submit Form',
+ 'opts' => array('class' => 'button')
);
$this->setupElements($e);
'type' => 'submit',
'req' => false,
'name' => 'submit_rmv',
- 'display' => 'Submit Form'
+ 'display' => 'Submit Form',
+ 'opts' => array('class' => 'button')
);
$this->setupElements($e);