that's better

This commit is contained in:
Yiğit Kerem Oktay
2020-08-17 17:32:05 +03:00
committed by GitHub
parent 675662db12
commit e419dc31e6
+1 -1
View File
@@ -173,7 +173,7 @@ class Template{
public static function render_toggle($toggletext,$input_name,$checked=false){
?>
<div>
<p><?php echo $toggletext; ?></p>
<h3><?php echo $toggletext; ?></h3>
<label class="switch">
<input type="checkbox" name="<?php echo $input_name; ?>" <?php if($checked){ echo $checked; } ?> >
<span class="slider round"></span>