Compare commits
No commits in common. "e51f837ba8b66a6c3216b74a475017f686ea3f58" and "c2c7a7bb0f8f6fe94f4c71f0400ac1e5fa6a8e02" have entirely different histories.
e51f837ba8
...
c2c7a7bb0f
|
@ -57,7 +57,7 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form') ) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="fund-filter-<?php echo $fields['name']; ?>" class="<?php echo $fields['name']; ?>">
|
<section id="fund-filter-<?php echo $fields['name']; ?>" class="<?php echo $fields['name']; ?>">
|
||||||
<h5><span class="oficinasuport-titol-opcions"><?php echo $fields['label'];?></span></h5>
|
<h5><?php echo $fields['label'];?></h5>
|
||||||
<?php foreach( $fields['choices'] as $choicevalue => $choicelabel ) { ?>
|
<?php foreach( $fields['choices'] as $choicevalue => $choicelabel ) { ?>
|
||||||
|
|
||||||
<div class="filter" data-filter="<?php echo $fields['name'];?>">
|
<div class="filter" data-filter="<?php echo $fields['name'];?>">
|
||||||
|
|
Loading…
Reference in New Issue