Serghey Rodin 10 лет назад
Родитель
Сommit
905e5269a7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/templates/admin/list_services.html

+ 1 - 1
web/templates/admin/list_services.html

@@ -133,7 +133,7 @@
       <div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended';?>">
         <div class="l-unit-toolbar clearfix">
           <div class="l-unit-toolbar__col l-unit-toolbar__col--left">
-            <input id="check<?php echo $i ?>" type="checkbox" name="service[]" value="<?php echo $key ?>">
+            <input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="service[]" value="<?php echo $key ?>">
             <label for="check<?php echo $i ?>" class="check-label"></label>
           </div>
           <!-- l-unit-toolbar__col -->