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)
|
public function searchComponent($arrayofcriterias, $search_component_params)
|
||||||
{
|
{
|
||||||
|
global $conf, $langs;
|
||||||
|
|
||||||
$ret = '';
|
$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;
|
return $ret;
|
||||||
|
|||||||
@ -1016,3 +1016,6 @@ More=More
|
|||||||
ShowDetails=Show details
|
ShowDetails=Show details
|
||||||
CustomReports=Custom reports
|
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;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unsetcolor {
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
.nopaddingleft {
|
||||||
|
padding-<?php print $left; ?>: 0px;
|
||||||
|
}
|
||||||
|
.nopaddingright {
|
||||||
|
padding-<?php print $right; ?>: 0px;
|
||||||
|
}
|
||||||
.notopnoleft {
|
.notopnoleft {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
|||||||
@ -2749,6 +2749,15 @@ tr.nocellnopadd td.nobordernopadding, tr.nocellnopadd td.nocellnopadd
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unsetcolor {
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
.nopaddingleft {
|
||||||
|
padding-<?php print $left; ?>: 0px;
|
||||||
|
}
|
||||||
|
.nopaddingright {
|
||||||
|
padding-<?php print $right; ?>: 0px;
|
||||||
|
}
|
||||||
.notopnoleft {
|
.notopnoleft {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user