diff options
author | Stefan Kangas <skangas@skangas.se> | 2012-02-13 13:52:05 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2012-02-13 13:52:05 +0100 |
commit | 06d5ebec74cd5478f8b0f8955c2141b490e445fb (patch) | |
tree | 06899c8d4abb21b620310dd67e954c407316f22f | |
parent | 9c1c9ceac485bd0a71a9adf57b3e34d95cf5aa8c (diff) |
Document adding a custom message on the Roundcube login screen
-rw-r--r-- | fripost-docs.org | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index fac4390..28c49dd 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -830,6 +830,23 @@ sudo mv $LOGO /var/lib/roundcube/skins/default/images/roundcube_logo.png sudo chmod 0644 /var/lib/roundcube/skins/default/images/roundcube_logo.png +**** Adding a custom message on login page + +:: /usr/share/roundcube/skins/default/templates/login.html + + <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 + elit. Pellentesque molestie, velit vel tristique iaculis, massa diam viverra + arcu, sit amet pellentesque dui enim vitae ipsum.</p> + + <p>J. Random Hacker</p> + + </div> + *** ikiwiki sudo apt-get install ikiwiki |