diff options
Diffstat (limited to 'webgui/data/index.html')
-rw-r--r-- | webgui/data/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/webgui/data/index.html b/webgui/data/index.html index 79e7bc2..0c877ac 100644 --- a/webgui/data/index.html +++ b/webgui/data/index.html | |||
@@ -29,7 +29,7 @@ | |||
29 | <textarea id="editorText"></textarea> | 29 | <textarea id="editorText"></textarea> |
30 | <span id="bbcodeStatus"></span> | 30 | <span id="bbcodeStatus"></span> |
31 | <span id="editorStatus">Not connected to server</span> | 31 | <span id="editorStatus">Not connected to server</span> |
32 | <div class="table"> | 32 | <div class="table" style="width:100%"> |
33 | <div class="tr"> | 33 | <div class="tr"> |
34 | <div class="editorButtonContainer tc"> | 34 | <div class="editorButtonContainer tc"> |
35 | <button class="editorButton" id="saveButton">Save</button> | 35 | <button class="editorButton" id="saveButton">Save</button> |
@@ -38,7 +38,7 @@ | |||
38 | <button class="editorButton" id="printButton">Print</button> | 38 | <button class="editorButton" id="printButton">Print</button> |
39 | </div> | 39 | </div> |
40 | <div class="editorButtonContainer tc"> | 40 | <div class="editorButtonContainer tc"> |
41 | <button class="editorButton" id="discardButton">Discard</button> | 41 | <button class="editorButton" id="discardButton">Save & Clear</button> |
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | </div> | 44 | </div> |
@@ -53,8 +53,15 @@ | |||
53 | </tr> | 53 | </tr> |
54 | </thead> | 54 | </thead> |
55 | <tbody id="draftListBody"></tbody> | 55 | <tbody id="draftListBody"></tbody> |
56 | <tfoot> | ||
57 | <tr> | ||
58 | <td></td><td></td> | ||
59 | <td> | ||
60 | <input id="allowDeletion" type="checkbox" /><label for="allowDeletion">Allow Deletion</label> | ||
61 | </td> | ||
62 | </tr> | ||
63 | </tfoot> | ||
56 | </table> | 64 | </table> |
57 | <input id="allowDeletion" type="checkbox" /><label for="allowDeletion">Allow Deletion</label> | ||
58 | </div> | 65 | </div> |
59 | 66 | ||
60 | <div class="tab" id="queue"> | 67 | <div class="tab" id="queue"> |