WIP Advanced search
This commit is contained in:
parent
ea53e0b44e
commit
51c6540a56
@ -8040,11 +8040,19 @@ class Form
|
||||
*/
|
||||
public function searchComponent($arrayofcriterias, $search_component_params)
|
||||
{
|
||||
global $conf, $langs;
|
||||
|
||||
$ret = '';
|
||||
|
||||
|
||||
|
||||
|
||||
$ret .= '<div class="nowrap centpercent">';
|
||||
//$ret .= '<button type="submit" class="liste_titre button_removefilter" name="button_removefilter_x" value="x"><span class="fa fa-remove"></span></button>';
|
||||
$ret .= '<a href="ee" class="dropdown-toggle unsetcolor">';
|
||||
$ret .= '<span class="fas fa-filter linkobject boxfilter" title="Filter" id="idsubimgproductdistribution"></span>';
|
||||
$ret .= $langs->trans("Filters");
|
||||
$ret .= '</a>';
|
||||
$ret .= '<button type="submit" class="liste_titre button_search paddingleftonly" name="button_search_x" value="x"><span class="fa fa-search"></span></button>';
|
||||
$ret .= '<input type="text" name="search_component_params" class="search_component_params centpercent">';
|
||||
$ret .= '</div>';
|
||||
|
||||
|
||||
return $ret;
|
||||
|
||||
@ -1015,4 +1015,7 @@ ContactAddedAutomatically=Contact added from contact thirdparty roles
|
||||
More=More
|
||||
ShowDetails=Show details
|
||||
CustomReports=Custom reports
|
||||
SelectYourGraphOptionsFirst=Select your graph options to build a graph
|
||||
SelectYourGraphOptionsFirst=Select your graph options to build a graph
|
||||
Measures=Measures
|
||||
XAxis=X-Axis
|
||||
YAxis=Y-Axis
|
||||
@ -2573,6 +2573,15 @@ tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.unsetcolor {
|
||||
color: unset !important;
|
||||
}
|
||||
.nopaddingleft {
|
||||
padding-<?php print $left; ?>: 0px;
|
||||
}
|
||||
.nopaddingright {
|
||||
padding-<?php print $right; ?>: 0px;
|
||||
}
|
||||
.notopnoleft {
|
||||
border-collapse: collapse;
|
||||
border: 0px;
|
||||
|
||||
@ -2749,6 +2749,15 @@ tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.unsetcolor {
|
||||
color: unset !important;
|
||||
}
|
||||
.nopaddingleft {
|
||||
padding-<?php print $left; ?>: 0px;
|
||||
}
|
||||
.nopaddingright {
|
||||
padding-<?php print $right; ?>: 0px;
|
||||
}
|
||||
.notopnoleft {
|
||||
border-collapse: collapse;
|
||||
border: 0px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user