Branch 'roundcubemail-plugins-kolab-0.8' - plugins/kolab_addressbook

Aleksander Machniak machniak at kolabsys.com
Thu Aug 2 08:17:23 CEST 2012


 plugins/kolab_addressbook/skins/larry/kolab_addressbook.css   |   28 ++++++++++
 plugins/kolab_addressbook/skins/larry/templates/bookedit.html |   22 +++++++
 2 files changed, 50 insertions(+)

New commits:
commit c001d7f15c5bbf3d308e9281f578ddcd5d8e9a30
Author: Aleksander Machniak <alec at alec.pl>
Date:   Thu Aug 2 08:16:44 2012 +0200

    Add Larry skin files from master (#911)

diff --git a/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css b/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css
new file mode 100644
index 0000000..f6963b4
--- /dev/null
+++ b/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css
@@ -0,0 +1,28 @@
+
+#directorylist li.addressbook.readonly,
+#directorylist li.addressbook.shared,
+#directorylist li.addressbook.other {
+/*	background-image: url(kolab_folders.png); */
+	background-position: 5px -1000px;
+	background-repeat: no-repeat;
+}
+
+#directorylist li.addressbook.readonly {
+	background-position: 5px 0px;
+}
+
+#directorylist li.addressbook.shared {
+	background-position: 5px -54px;
+}
+
+#directorylist li.addressbook.shared.readonly {
+	background-position: 5px -72px;
+}
+
+#directorylist li.addressbook.other {
+	background-position: 5px -18px;
+}
+
+#directorylist li.addressbook.other.readonly {
+	background-position: 5px -36px;
+}
diff --git a/plugins/kolab_addressbook/skins/larry/templates/bookedit.html b/plugins/kolab_addressbook/skins/larry/templates/bookedit.html
new file mode 100644
index 0000000..2037889
--- /dev/null
+++ b/plugins/kolab_addressbook/skins/larry/templates/bookedit.html
@@ -0,0 +1,22 @@
+<roundcube:object name="doctype" value="html5" />
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body class="iframe">
+
+<h1 class="boxtitle"><roundcube:label name="kolab_addressbook.bookproperties" /></h1>
+
+<div class="boxcontent">
+  <roundcube:object name="bookdetails" class="propform tabbed" />
+</div>
+
+<div class="footerleft formbuttons">
+	<roundcube:button command="book-save" type="input" class="button mainaction" label="save" />
+</div>
+
+<roundcube:include file="/includes/footer.html" />
+
+</body>
+</html>





More information about the commits mailing list