en el moras
This commit is contained in:
15
templates/home/admin/candySwitch.html.ep
Executable file
15
templates/home/admin/candySwitch.html.ep
Executable file
@@ -0,0 +1,15 @@
|
||||
<article id="achat" class="std3">
|
||||
<h2> Apagar / Encender Chat </h2>
|
||||
<div class="onoffswitch">
|
||||
<form action="" method="post">
|
||||
<input type="checkbox" name="onoffswitch"
|
||||
class="onoffswitch-checkbox" id="myonoffswitch" checked>
|
||||
<label class="onoffswitch-label" for="myonoffswitch">
|
||||
<span class="onoffswitch-inner"></span>
|
||||
<span class="onoffswitch-switch"></span>
|
||||
</label>
|
||||
<input type="hidden" id="tooglechat" name="x" value="disable.sh">
|
||||
</form>
|
||||
</div>
|
||||
<div id="clink" class="chat">Entra al Chat</div>
|
||||
</article>
|
||||
Reference in New Issue
Block a user