mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-05-30 21:02:25 -04:00
that's better
This commit is contained in:
parent
675662db12
commit
e419dc31e6
@ -173,7 +173,7 @@ class Template{
|
|||||||
public static function render_toggle($toggletext,$input_name,$checked=false){
|
public static function render_toggle($toggletext,$input_name,$checked=false){
|
||||||
?>
|
?>
|
||||||
<div>
|
<div>
|
||||||
<p><?php echo $toggletext; ?></p>
|
<h3><?php echo $toggletext; ?></h3>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
<input type="checkbox" name="<?php echo $input_name; ?>" <?php if($checked){ echo $checked; } ?> >
|
<input type="checkbox" name="<?php echo $input_name; ?>" <?php if($checked){ echo $checked; } ?> >
|
||||||
<span class="slider round"></span>
|
<span class="slider round"></span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user