Update to support the new bits on ZNC v.1.5-git

This commit is contained in:
sprybear
2014-09-20 02:19:24 +08:00
parent 48c4873d47
commit 769440e9ba
73 changed files with 9070 additions and 1198 deletions

View File

@@ -1,5 +1,5 @@
<div class="checkboxSwitch">
<input type="checkbox" name="embed_blockuser_block" id="opt_embed_blockuser_block" value="1"<? IF Blocked ?> checked="checked"<? ENDIF ?><? IF Self ?> disabled="disabled"<? ENDIF ?> />
<div class="switch">
<input type="checkbox" name="embed_blockuser_block" id="opt_embed_blockuser_block" value="1" class="cmn-toggle cmn-toggle-round-flat"<? IF Blocked ?> checked="checked"<? ENDIF ?><? IF Self ?> disabled="disabled"<? ENDIF ?> />
<label for="opt_embed_blockuser_block"></label>
</div>