diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-12 12:09:41 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-12 12:09:41 -0500 |
commit | aad5f44f6cb605589fa017bc521e47a4a517b57d (patch) | |
tree | 4a13ff32477292a4c5a175ad0459fe4622fb84f8 /themes/alps/compose.html | |
parent | 231626a31a94c65dcce13765815f425b096ae2bb (diff) | |
download | alps-aad5f44f6cb605589fa017bc521e47a4a517b57d.tar.gz alps-aad5f44f6cb605589fa017bc521e47a4a517b57d.zip |
Display server errors on attachment upload
Diffstat (limited to 'themes/alps/compose.html')
-rw-r--r-- | themes/alps/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html index 1f8320b..f4b7b9a 100644 --- a/themes/alps/compose.html +++ b/themes/alps/compose.html @@ -52,6 +52,7 @@ <div class="upload"> <span class="progress"></span> <span class="filename">foobar.pdf</span> + <span class="error"></span> <span class="size">1234 KiB</span> <button>×</button> </div> |