diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-22 09:04:29 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-22 09:04:29 +0100 |
commit | 34003c5fa5dfc6bd4206e50a49b7a5439a05c148 (patch) | |
tree | 7e08425b6f7ef55ee633939d6c588692fa819b77 /skins/larry/includes/footer.html | |
parent | b7fb20af3a5c98f291204befdb616fdf5daa22fb (diff) |
Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974)
Diffstat (limited to 'skins/larry/includes/footer.html')
-rw-r--r-- | skins/larry/includes/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html index a4fa69296..5cf9d1ec5 100644 --- a/skins/larry/includes/footer.html +++ b/skins/larry/includes/footer.html @@ -1,3 +1,5 @@ +<roundcube:object name="message" id="messagestack" condition="env:task != 'login'" /> + <script type="text/javascript"> // UI startup |