internationnalizing load all button
This commit is contained in:
parent
623198ec11
commit
455adc3721
|
|
@ -82,14 +82,14 @@ $total_posts_found = $brochuresPosts->found_posts + $fichesInfosPosts->found_pos
|
||||||
<?php echo __("categorie", "homegrade-theme__texte-fonctionnel"); ?>
|
<?php echo __("categorie", "homegrade-theme__texte-fonctionnel"); ?>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<button class="filters-toolbar__action-button--load-all" data-term-id="all" data-publication-type="all"><?php echo __("Afficher toutes les publications", "homegra-theme_texte-fonctionnel") ?></button>
|
<button class="filters-toolbar__action-button--load-all" data-term-id="all" data-publication-type="all"><?php echo __("Afficher toutes les publications", "homegrade-theme_texte-fonctionnel") ?></button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<button class="filters-toolbar__action-button" data-term-id="all" data-publication-type="all"><?php echo __("Tous", "homegra-theme_texte-fonctionnel") ?></button>
|
<button class="filters-toolbar__action-button" data-term-id="all" data-publication-type="all"><?php echo __("Tous", "homegrade-theme_texte-fonctionnel") ?></button>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button class="filters-toolbar__action-button" data-publication-type="brochures">
|
<button class="filters-toolbar__action-button" data-publication-type="brochures">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user