d7b2bbe7 by Jeff Balicki

Employee Directory

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a4edb6c3
...@@ -319,7 +319,7 @@ if ( ( ( $search && $show_search ) || ( $filters && $show_filters && count( $sea ...@@ -319,7 +319,7 @@ if ( ( ( $search && $show_search ) || ( $filters && $show_filters && count( $sea
319 319
320 <div class="um-member-directory-header-row directory-filters-bottom um-member-directory-filters-bar<?php if ( ! $filters_expanded ) { ?> um-header-row-invisible<?php } ?>"> 320 <div class="um-member-directory-header-row directory-filters-bottom um-member-directory-filters-bar<?php if ( ! $filters_expanded ) { ?> um-header-row-invisible<?php } ?>">
321 <div class="um-search um-search-<?php echo count( $search_filters ) ?><?php if ( ! $filters_expanded ) { ?> um-search-invisible<?php } ?>"> 321 <div class="um-search um-search-<?php echo count( $search_filters ) ?><?php if ( ! $filters_expanded ) { ?> um-search-invisible<?php } ?>">
322 <?php $terms = get_post_meta('437','_um_custom_fields', true); 322 <?php $terms = get_post_meta('453','_um_custom_fields', true);
323 foreach($terms['department_branch']['options'] as $term){ ?> 323 foreach($terms['department_branch']['options'] as $term){ ?>
324 <div class="category-filter um-search-filter um-check-filter-type"> <input id="<?php echo $term ; ?>" name="department_branch" value="<?php echo $term ; ?>" type="checkbox" class=" sr-only"><label for="<?php echo $term; ?>"><?php echo $term; ?></label></div> 324 <div class="category-filter um-search-filter um-check-filter-type"> <input id="<?php echo $term ; ?>" name="department_branch" value="<?php echo $term ; ?>" type="checkbox" class=" sr-only"><label for="<?php echo $term; ?>"><?php echo $term; ?></label></div>
325 <?php }; ?> 325 <?php }; ?>
......