JoomCoder-com / JoomCCK

Advanced Web Application Builder & Content Construction Kit (CCK) for Joomla CMS
https://www.joomcoder.com
GNU General Public License v2.0
10 stars 1 forks source link

Problem with filter template of Boolean field #165

Closed Giorgi625 closed 3 months ago

Giorgi625 commented 7 months ago

This is how Boolean field is shown in filter module image

and this is source code where you can see both span elements are inside first button. I checked template file of this field but do not understand how badges are added there. so can't help with fixing.

<div class="btn-group" data-toggle="buttons-radio">
  <button id="fbool-y32" type="button" class="btn btn-light">
    <img align="absmiddle" src="https://kpop.ge/media/com_joomcck/icons/16/user-female.png" alt="მდედრობითი">
     მდედრობითი
     <span class="badge bg-success">50</span>
     <span class="badge bg-success">8</span>    
  </button>
  <button id="fbool-n32" type="button" class="btn btn-light">
    <img align="absmiddle" src="https://kpop.ge/media/com_joomcck/icons/16/user-green.png" alt="მამრობითი"> 
    მამრობითი
  </button>
</div>
andiamine commented 3 months ago

Fixed