diff options
Diffstat (limited to 'webgui/data/index.html')
| -rw-r--r-- | webgui/data/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webgui/data/index.html b/webgui/data/index.html index e4a6c63..b677387 100644 --- a/webgui/data/index.html +++ b/webgui/data/index.html | |||
| @@ -15,14 +15,14 @@ | |||
| 15 | Need javascript to function. | 15 | Need javascript to function. |
| 16 | </p> | 16 | </p> |
| 17 | <div class="tabs"> | 17 | <div class="tabs"> |
| 18 | <ul class="tab-links"> | 18 | <ul class="tabLinks" id="tabLinks"> |
| 19 | <li class="active"><a href="#editor">Editor</a></li> | 19 | <li class="active"><a href="#editor">Editor</a></li> |
| 20 | <li><a href="#drafts">Drafts</a></li> | 20 | <li><a href="#drafts">Drafts</a></li> |
| 21 | <li><a href="#printers">Printers & Jobs</a></li> | 21 | <li><a href="#printers">Printers & Jobs</a></li> |
| 22 | <li id="errors-tab" style="display:none;"><a href="#errors">Errors</a></li> | 22 | <li id="errors-tab" style="display:none;"><a href="#errors">Errors</a></li> |
| 23 | </ul> | 23 | </ul> |
| 24 | 24 | ||
| 25 | <div class="tab-content"> | 25 | <div class="tabContent" id="tabContent"> |
| 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="saveDraft" type="checkbox" checked="checked" /><label for="saveDraft">Save as Draft</label> |
