From 45fa64c3c9801f9719638f7fa2f4f11cc6505647 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 18 Nov 2011 12:51:28 +0000 Subject: - Added About tab in Settings --- skins/default/includes/settingstabs.html | 1 + skins/default/settings.css | 47 ++++++++++++++++++++++++++++++++ skins/default/templates/about.html | 35 ++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 skins/default/templates/about.html (limited to 'skins') diff --git a/skins/default/includes/settingstabs.html b/skins/default/includes/settingstabs.html index ce6d23407..0aea80b67 100644 --- a/skins/default/includes/settingstabs.html +++ b/skins/default/includes/settingstabs.html @@ -2,6 +2,7 @@ + diff --git a/skins/default/settings.css b/skins/default/settings.css index cb29097b9..50f1b2c83 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -170,3 +170,50 @@ body.iframe, { font-family: monospace; } + +#license +{ + margin-left: 20px; + left: 20px; + width: 500px; + height: 250px; + background: url(images/watermark.gif) no-repeat center; +} + +#license .sysname +{ + font-size: 18px; + font-weight: bold; +} + +#license .copyright +{ + font-weight: bold; +} + +#license .license, +#license .links +{ + margin-top: 30px; +} + +#pluginlist +{ + border: 1px solid #999; + margin-left: 20px; + top: 300px; + left: 20px; + width: 500px; +} + +#pluginlist td.source, +#pluginlist td.license, +#pluginlist td.version +{ + text-align: center; +} + +div.crop +{ + overflow: auto; +} diff --git a/skins/default/templates/about.html b/skins/default/templates/about.html new file mode 100644 index 000000000..7a55bd658 --- /dev/null +++ b/skins/default/templates/about.html @@ -0,0 +1,35 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + + + +
+ +
+

Roundcube Webmail

+ +

This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2 +as published by the Free Software Foundation. +

+ +
+ + + +
+ + + -- cgit v1.2.3