diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-26 19:11:56 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-26 19:11:56 +0000 |
commit | 022a5a69dfcfc7b62a940d9c3070e6ae37cc993e (patch) | |
tree | 90261b972b67f084558021a6f399aeef65d480b6 /webgui/data/index.html | |
parent | 0a6e4d0cdee9aba48869361637613cb74c749289 (diff) | |
download | thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar.gz thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar.bz2 thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.tar.xz thermoprint-022a5a69dfcfc7b62a940d9c3070e6ae37cc993e.zip |
Switched to bulk deletion/abortion
Diffstat (limited to 'webgui/data/index.html')
-rw-r--r-- | webgui/data/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webgui/data/index.html b/webgui/data/index.html index b677387..b0a2de2 100644 --- a/webgui/data/index.html +++ b/webgui/data/index.html | |||
@@ -59,7 +59,8 @@ | |||
59 | <tr> | 59 | <tr> |
60 | <td colspan="2" style="border-style:none;"></td> | 60 | <td colspan="2" style="border-style:none;"></td> |
61 | <td> | 61 | <td> |
62 | <input id="allowDeletion" type="checkbox" /><label for="allowDeletion">Allow Deletion</label> | 62 | <!-- <input id="allowDeletion" type="checkbox" /><label for="allowDeletion">Allow Deletion</label> --> |
63 | <button id="enactDeletion">Delete marked</button> | ||
63 | </td> | 64 | </td> |
64 | </tr> | 65 | </tr> |
65 | </tfoot> | 66 | </tfoot> |
@@ -88,7 +89,8 @@ | |||
88 | <tr> | 89 | <tr> |
89 | <td colspan="4" style="border-style:none;"></td> | 90 | <td colspan="4" style="border-style:none;"></td> |
90 | <td> | 91 | <td> |
91 | <input id="allowAbortion" type="checkbox" /><label for="allowAbortion">Allow Abortion</label> | 92 | <!-- <input id="allowAbortion" type="checkbox" /><label for="allowAbortion">Allow Abortion</label> --> |
93 | <button id="enactAbortion">Abort marked</button> | ||
92 | </td> | 94 | </td> |
93 | </tr> | 95 | </tr> |
94 | </tfoot> | 96 | </tfoot> |