diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-21 14:10:29 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-21 14:10:29 +0000 |
| commit | d69f9e056fd6943b4d7d4be1f104c1d3c479212e (patch) | |
| tree | 595bb41b8529594ddd62f9d4542a2539f2cac2f4 /roundcubemail/skins/default/templates | |
| parent | 6663d0267378db72159c8bc194e9894ef497694a (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
git-svn-id: https://svn.roundcube.net/trunk@5457 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates')
| -rw-r--r-- | roundcubemail/skins/default/templates/about.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/roundcubemail/skins/default/templates/about.html b/roundcubemail/skins/default/templates/about.html index 7a55bd658..23cfb7c7f 100644 --- a/roundcubemail/skins/default/templates/about.html +++ b/roundcubemail/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 © 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> |
