2021-06-15 16:15:14 +02:00
|
|
|
<hr>
|
|
|
|
<div class="form-group">
|
2021-06-17 12:32:04 +02:00
|
|
|
<label for="inputenableDisable" class="col-sm-2 control-label"><? FORMAT "Channel is sticky" ?></label>
|
2021-06-15 16:15:14 +02:00
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|