display filter range in one line

mahmoodee

Member
Hello,
I want display filter ranges in one line instead of in two lines.
I spent 3 hours searching on the code and cannot find where .
In custom template I find this code
Code:
<td><?php echo $filter->label;?></td>
                <td style="text-align:right;"><?php echo $filter->element;?></td>
where I can find the $filter->element which display range filter to make it in one line
thank you
 
thank you ,
I find the code in plugins\fabrik_element\date\layouts\fabrik-element-date-list-filter-range.php
and change it to be one line instead of in two lines .
but I must change it after each update to Fabrik
 
Yes, what troester said. The whole point of layouts is to allow you to override them, either globally, per template (site or Fabrik), per-element, etc., without having to modify core files.

-- hugh
 
Back
Top