diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-25 14:07:03 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-25 14:07:03 +0100 |
commit | a93837da703767b6a982ead94494df7c885b46f1 (patch) | |
tree | a06788f787f3d6ad8d241f299ac80e46b51ac91e /webgui/data | |
parent | a204390c515048e5427198c15846d52eb806ae23 (diff) | |
download | thermoprint-a93837da703767b6a982ead94494df7c885b46f1.tar thermoprint-a93837da703767b6a982ead94494df7c885b46f1.tar.gz thermoprint-a93837da703767b6a982ead94494df7c885b46f1.tar.bz2 thermoprint-a93837da703767b6a982ead94494df7c885b46f1.tar.xz thermoprint-a93837da703767b6a982ead94494df7c885b46f1.zip |
Checkbox to disable autosave
Diffstat (limited to 'webgui/data')
-rw-r--r-- | webgui/data/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webgui/data/index.html b/webgui/data/index.html index d368fa5..3bdd047 100644 --- a/webgui/data/index.html +++ b/webgui/data/index.html | |||
@@ -25,6 +25,7 @@ | |||
25 | <div class="tab-content"> | 25 | <div class="tab-content"> |
26 | <div class="tab active" id="editor"> | 26 | <div class="tab active" id="editor"> |
27 | <!-- <label id="titleLabel" for="editorTitle">Title</label> --> | 27 | <!-- <label id="titleLabel" for="editorTitle">Title</label> --> |
28 | <input id="saveDraft" type="checkbox" checked="checked" /><label for="saveDraft">Save as Draft</label> | ||
28 | <input id="editorTitle" /> | 29 | <input id="editorTitle" /> |
29 | <textarea id="editorText"></textarea> | 30 | <textarea id="editorText"></textarea> |
30 | <span id="bbcodeStatus"></span> | 31 | <span id="bbcodeStatus"></span> |