zncstrap/modules/stickychan/tmpl/stickychan_WebadminChan.tmpl
2021-06-17 12:32:04 +02:00

20 lines
543 B
Cheetah

<hr>
<div class="form-group">
<label for="inputenableDisable" class="col-sm-2 control-label"><? FORMAT "Channel is sticky" ?></label>
<div class="col-sm-10">
<div class="checkboxSwitch">
<input type="hidden" name="embed_stickychan_presented" value="1">
<input type="checkbox" id="embed_stickychan_sticky" name="embed_stickychan_sticky" id="opt_embed_stickychan_sticky" value="1"<? IF Sticky ?> checked="checked"<? ENDIF ?> />
<label for="embed_stickychan_sticky"></label>
</div>
</div>
</div>