From 68e13c45d396744a7e848d1a82830b7fd408863a Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 22 Dec 2011 18:00:18 +0000 Subject: Address book styling for Larry; show about page in UI dialog --- skins/larry/templates/about.html | 15 +++----------- skins/larry/templates/addressbook.html | 15 ++++++++++---- skins/larry/templates/contactedit.html | 7 +++++-- skins/larry/templates/contactsearch.html | 21 +++++++++++++++++++ skins/larry/templates/importcontacts.html | 34 +++++++++++++++++++++++++++++++ skins/larry/templates/mail.html | 6 +++--- 6 files changed, 77 insertions(+), 21 deletions(-) create mode 100644 skins/larry/templates/contactsearch.html create mode 100644 skins/larry/templates/importcontacts.html (limited to 'skins/larry/templates') 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 @@ <roundcube:object name="pagetitle" /> - - - - -
+
@@ -16,10 +12,9 @@

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. +it under the terms of the GNU General Public License +as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

-
@@ -28,9 +23,5 @@ as published by the Free Software Foundation.
- - - - diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index 23da1411d..da1b7ba8b 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -36,10 +36,10 @@
- - - - + + + +
@@ -51,6 +51,13 @@
+ +
+
+ + + +
diff --git a/skins/larry/templates/contactedit.html b/skins/larry/templates/contactedit.html index 562e6d2d6..4bea55bf7 100644 --- a/skins/larry/templates/contactedit.html +++ b/skins/larry/templates/contactedit.html @@ -4,7 +4,7 @@ <roundcube:object name="pagetitle" /> - +

@@ -18,11 +18,14 @@
+ +
+
@@ -32,7 +35,7 @@ -
+
diff --git a/skins/larry/templates/contactsearch.html b/skins/larry/templates/contactsearch.html new file mode 100644 index 000000000..e622ddfd5 --- /dev/null +++ b/skins/larry/templates/contactsearch.html @@ -0,0 +1,21 @@ + + + +<roundcube:object name="pagetitle" /> + + + + +

+ +
+ +

+ +

+
+ + + + + diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html new file mode 100644 index 000000000..bdc1f3f51 --- /dev/null +++ b/skins/larry/templates/importcontacts.html @@ -0,0 +1,34 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + +
+ +
+ +
+ +
+

+ +
+ + +

+ +

+ +
+ +
+ + + + + diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 9f4b756d9..0d3306407 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -56,9 +56,9 @@
+ id="messagelist" + class="records-table sortheader" + optionsmenuIcon="true" />
-- cgit v1.2.3