summaryrefslogtreecommitdiff
path: root/skins/larry/templates/about.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-22 18:00:18 +0000
committerthomascube <thomas@roundcube.net>2011-12-22 18:00:18 +0000
commit68e13c45d396744a7e848d1a82830b7fd408863a (patch)
tree7c83e59a33077c1c499faba176d637a59ec79eeb /skins/larry/templates/about.html
parentfaaa1ba5343499ae766dc8de270da4fc6e70d05d (diff)
Address book styling for Larry; show about page in UI dialog
Diffstat (limited to 'skins/larry/templates/about.html')
-rw-r--r--skins/larry/templates/about.html15
1 files changed, 3 insertions, 12 deletions
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html
index f1e424260..04e308a4e 100644
--- a/skins/larry/templates/about.html
+++ b/skins/larry/templates/about.html
@@ -4,11 +4,7 @@
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
-<body>
-
-<roundcube:include file="/includes/header.html" />
-
-<div class="offset uibox scroller centerbox" style="width:60em">
+<body class="ui-widget-content">
<div class="readtext">
<roundcube:object name="aboutcontent" />
@@ -16,10 +12,9 @@
<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 <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.
+it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
+as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
</p>
-<p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p>
</div>
@@ -28,9 +23,5 @@ as published by the Free Software Foundation.
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
</div>
-</div>
-
-<roundcube:include file="/includes/footer.html" />
-
</body>
</html>