aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut/compose.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-11 17:11:46 +0100
committerSimon Ser <contact@emersion.fr>2020-02-11 17:14:01 +0100
commit19548694e08df0c7f9515cfd22759a73f927b9ba (patch)
treea1c72304b0c2a67d793292504996b934bcc9dc38 /themes/sourcehut/compose.html
parent97eef13db46d0efb67d92f4f5ce69f216b20d359 (diff)
downloadalps-19548694e08df0c7f9515cfd22759a73f927b9ba.tar.gz
alps-19548694e08df0c7f9515cfd22759a73f927b9ba.zip
themes/sourcehut: sync with latest base plugin
Diffstat (limited to 'themes/sourcehut/compose.html')
-rw-r--r--themes/sourcehut/compose.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/themes/sourcehut/compose.html b/themes/sourcehut/compose.html
index a9f4c49..35eb611 100644
--- a/themes/sourcehut/compose.html
+++ b/themes/sourcehut/compose.html
@@ -4,7 +4,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-md-12 header-tabbed">
- <h2>INBOX</h2>
+ <h2>Compose</h2>
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link" href="/mailbox/INBOX" >Mail</a>
@@ -12,12 +12,15 @@
<li class="nav-item">
<a class="nav-link active" href="/compose">Compose</a>
</li>
+ <li class="nav-item">
+ <a class="nav-link" href="/settings">Settings</a>
+ </li>
</ul>
</div>
</div>
</div>
<div class="container">
- <form method="post" class="col-md-12">
+ <form method="post" class="col-md-12" enctype="multipart/form-data">
<input type="hidden" name="in_reply_to" value="{{.Message.InReplyTo}}">
<div class="row">
<div class="form-group col-md-6">
@@ -71,6 +74,11 @@
>Cancel</a>
<button
type="submit"
+ name="save_as_draft"
+ class="btn btn-default"
+ >Save as draft</button>
+ <button
+ type="submit"
class="btn btn-primary"
>Send email</button>
</div>