This commit is contained in:
troy grunt
2020-11-07 11:03:47 +01:00
3 changed files with 229 additions and 229 deletions

View File

@@ -50,7 +50,7 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
``` ```
<link rel="stylesheet" href="/cssjs/switch.css"> <link rel="stylesheet" href="/cssjs/switch.css">
<input type="checkbox" name="publish" id="checkPub" value="1" ' . ($data ['publish'] ? 'checked="true"' : '') . ' /><label for="checkPub"></label> <input type="checkbox" class="switch" name="publish" id="checkPub" value="1" ' . ($data ['publish'] ? 'checked="true"' : '') . ' /><label for="checkPub"></label>
``` ```
## DateTimePicker ## DateTimePicker