declared some classes better in form

This commit is contained in:
jorge 2023-01-31 12:19:39 +01:00
parent e51f837ba8
commit 624ceeafd2
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form') ) {
if( $fieldname == $fields['name']) { if( $fieldname == $fields['name']) {
?> ?>
<section id="fund-filter-<?php echo $fields['name']; ?>" class="<?php echo $fields['name']; ?>"> <section id="fund-filter fund-filter-<?php echo $fields['name']; ?>" class="<?php echo $fields['name']; ?>">
<h5><span class="oficinasuport-titol-opcions"><?php echo $fields['label'];?></span></h5> <h5 class="oficinasuport-titol-opcions"><?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'];?>">