Translation

Camee

Member
Hello,
I am looking for the language string for the little word "close" in the list filter popup window. It seems that I can't translate that button, although there is COM_FABRIK_CLOSE_WINDOW="Schliessen"
Thanks.
 
You mean the popup when you have list filters set to modal?

That should be an x, using the &time; html entity. If you look in ...

components/com_fabrik/layouts/list/fabrik-filters-modal.php

... around line 57 ...

Code:
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3><?php echo FabrikHelperHTML::icon('icon-filter', FText::_('COM_FABRIK_FILTER')); ?></h3>
</div>

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top