mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-04-03 10:08:55 -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){
|
||||
?>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user