Stickychan module adds a checkbox to channel page of webadmin.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2132 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
darthgandalf
2010-09-11 18:53:57 +00:00
parent 27496f6c85
commit a440da25c6
2 changed files with 33 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<div class="sectionbg">
<div class="sectionbody">
<div class="subsection">
<input type="hidden" name="embed_stickychan_presented" value="1">
<div class="checkbox">
<input type="checkbox" name="embed_stickychan_sticky" id="opt_embed_stickychan_sticky" value="1"<? IF Sticky ?> checked="checked"<? ENDIF ?> />
<label for="opt_embed_stickychan_sticky">Channel is sticky</label>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>