starting advanced search
This commit is contained in:
parent
918f4ec96d
commit
59ef9ee6a0
7 changed files with 59 additions and 61 deletions
|
@ -14,7 +14,7 @@ class Application_Form_AdvancedSearch extends Zend_Form
|
|||
$this->getElement('search_add_group')->removeDecorator('DtDdWrapper');
|
||||
|
||||
// Add the submit button
|
||||
$this->addElement('submit', 'search_submit', array(
|
||||
$this->addElement('button', 'search_submit', array(
|
||||
'ignore' => true,
|
||||
'label' => 'Submit',
|
||||
'order' => '-1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue