Make the two tabs look alike
This commit is contained in:
parent
d32f413857
commit
d56883327b
@ -1126,6 +1126,7 @@ EOT;
|
||||
$html_output .= $this->_getFormTag($goto);
|
||||
|
||||
if ($this->_searchType == 'zoom') {
|
||||
$html_output .= '<fieldset id="fieldset_zoom_search">';
|
||||
$html_output .= '<fieldset id="inputSection">';
|
||||
$html_output .= '<legend>'
|
||||
. __('Do a "query by example" (wildcard: "%") for two different columns')
|
||||
@ -1133,6 +1134,7 @@ EOT;
|
||||
$html_output .= $this->_getFieldsTableHtml();
|
||||
$html_output .= $this->_getOptionsZoom($dataLabel);
|
||||
$html_output .= '</fieldset>';
|
||||
$html_output .= '</fieldset>';
|
||||
} else {
|
||||
$html_output .= '<fieldset id="fieldset_table_search">';
|
||||
$html_output .= '<fieldset id="fieldset_table_qbe">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user