From 417d9bbd646248daebde2ab0ccc2fcbcb8911426 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 30 Oct 2020 13:41:25 -0400 Subject: Implement folder creation UI --- themes/alps/new-mailbox.html | 23 +++++++++++++++++++++++ themes/alps/util.html | 5 ++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 themes/alps/new-mailbox.html (limited to 'themes/alps') diff --git a/themes/alps/new-mailbox.html b/themes/alps/new-mailbox.html new file mode 100644 index 0000000..d202783 --- /dev/null +++ b/themes/alps/new-mailbox.html @@ -0,0 +1,23 @@ +{{template "head.html" .}} +{{template "nav.html" .}} +{{template "util.html" .}} + +
+ {{ template "aside" . }} +
+
+
+

Create new folder

+ + + {{ if .Error }}

{{ .Error }}

{{ end }} +
+ + Cancel +
+
+
+
+
+ +{{template "foot.html"}} diff --git a/themes/alps/util.html b/themes/alps/util.html index 89e5cac..5ee456a 100644 --- a/themes/alps/util.html +++ b/themes/alps/util.html @@ -26,7 +26,7 @@ Compose Mail + ">Compose mail {{ with .CategorizedMailboxes }} {{ with .Common.Inbox }}{{ template "mbox-link" . }}{{ end}} {{ with .Common.Drafts }}{{ template "mbox-link" . }}{{ end}} @@ -42,5 +42,8 @@ {{ end }} {{ end }} {{ end }} + Create new folder {{ end }} -- cgit v1.2.3