diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-24 17:49:50 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-01-24 17:49:50 +0100 |
commit | bfc617b70267f299e3117eae33b5fd8f23e25500 (patch) | |
tree | 7f85ed17d33cd6eb7111f568fa0829aab76d4593 /plugins/base/public | |
parent | 267999b6e5604a95bcd86417853d4569c7ec5b33 (diff) | |
download | alps-bfc617b70267f299e3117eae33b5fd8f23e25500.tar.gz alps-bfc617b70267f299e3117eae33b5fd8f23e25500.zip |
plugins/base: save message as draft
Diffstat (limited to 'plugins/base/public')
-rw-r--r-- | plugins/base/public/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/public/compose.html b/plugins/base/public/compose.html index 0e16acf..4d69c81 100644 --- a/plugins/base/public/compose.html +++ b/plugins/base/public/compose.html @@ -26,6 +26,7 @@ <label for="attachments">Attachments:</label> <input type="file" name="attachments" id="attachments" multiple> <br><br> + <input type="submit" name="save_as_draft" value="Save as draft"> <input type="submit" value="Send"> </form> |