Files
dojo/templates/admin/candySwitch.html.ep

16 lines
573 B
Plaintext
Raw Permalink Normal View History

2018-07-18 04:28:26 -05:00
<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>