Make the two tabs look alike

This commit is contained in:
Madhura Jayaratne 2012-08-01 23:25:05 +05:30
parent d32f413857
commit d56883327b

View File

@ -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">';