diff options
author | Gustav Eek <gustav@fripost.org> | 2012-03-20 23:02:59 +0100 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2012-03-20 23:03:53 +0100 |
commit | 162df92050d10481db3d7c85b78e881c3036f94c (patch) | |
tree | 9ab1bc33f23a2ba623c18c022dd85a5d2ad4b42a | |
parent | fe5a048d10c874fb774d51b7822bfa3356322c95 (diff) |
Additions made "custom message on login page"
-rw-r--r-- | fripost-docs.org | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 5f39b00..f744c48 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -861,14 +861,23 @@ sudo chmod 0644 /var/lib/roundcube/skins/default/images/roundcube_logo.png **** Adding a custom message on login page +Before this + +: <roundcube:object name="preloader" images=" + +in + :: /usr/share/roundcube/skins/default/templates/login.html + <div style="margin: 20px;"/> + <div style="max-width: 45em; margin: 0px auto; border: dotted 3px red; padding:1em;"> <h3>Important message</h3> - <p align="left"><strong>Mon Feb 13 12:55:30 CET - 2012</strong> Lorem ipsum dolor sit amet, consectetur adipiscing + <p align="left"><strong>Mon Feb 13 12:55:30 CET 2012</strong> </p> + <p> + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie, velit vel tristique iaculis, massa diam viverra arcu, sit amet pellentesque dui enim vitae ipsum.</p> |