summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-11-21 14:10:29 +0000
committerthomascube <thomas@roundcube.net>2011-11-21 14:10:29 +0000
commitce22f1e0c68d6813177f5e2177371032f9924a50 (patch)
tree9a9831b502fa0683b2c53d2fc4e3458f3248332e /skins
parentb1867b8f198374d26e1bfdfeaeac16971608b551 (diff)
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
Diffstat (limited to 'skins')
-rw-r--r--skins/default/settings.css17
-rw-r--r--skins/default/templates/about.html13
2 files changed, 14 insertions, 16 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css
index 50f1b2c83..8f24d8004 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -171,12 +171,16 @@ body.iframe,
font-family: monospace;
}
+div.readtext
+{
+ width: 42em;
+ padding: 20px;
+}
+
#license
{
- margin-left: 20px;
- left: 20px;
width: 500px;
- height: 250px;
+ padding-bottom: 2em;
background: url(images/watermark.gif) no-repeat center;
}
@@ -194,20 +198,15 @@ body.iframe,
#license .license,
#license .links
{
- margin-top: 30px;
+ margin-top: 1.5em;
}
#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;
diff --git a/skins/default/templates/about.html b/skins/default/templates/about.html
index 7a55bd658..23cfb7c7f 100644
--- a/skins/default/templates/about.html
+++ b/skins/default/templates/about.html
@@ -12,24 +12,23 @@
<roundcube:include file="/includes/settingstabs.html" />
<div id="mainscreen" class="box darkbg crop">
-
+<div class="readtext">
<div id="license">
-<p class="sysname">Roundcube Webmail <roundcube:object name="version" /></p>
+<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
<p class="copyright">Copyright &copy; 2005-2011, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2
+it under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GNU General Public License version 2</a>
as published by the Free Software Foundation.
</p>
<p class="links">
- <roundcube:label name="license" />: <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GNU GPLv2</a>
- <br />
- <roundcube:label name="webpage" />: <a href="http://roundcube.net" target="_blank">www.roundcube.net</a>
-</p>
+ <roundcube:object name="supportlink" label="suport" target="_blank" />
</div>
+<h4>Installed plugins</h4>
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
</div>
+</div>
</body>
</html>