diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2012-01-18 14:56:49 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2012-01-18 14:56:49 (GMT) |
commit | b1d29ee5261d3c149bd6de5e2e03d009f950dbd9 (patch) | |
tree | ef07f82982d106c78176006085a888081687143a | |
parent | 8edb6f87e651f36bf28e5171e1baccd59662325a (diff) | |
download | roundcubemail-plugins-kolab-b1d29ee5261d3c149bd6de5e2e03d009f950dbd9.tar.gz |
Set download urls for AGPL plugins
-rw-r--r-- | plugins/calendar/package.xml | 2 | ||||
-rw-r--r-- | plugins/calendar/skins/larry/calendar.css | 2 | ||||
-rw-r--r-- | plugins/kolab_addressbook/package.xml | 2 | ||||
-rw-r--r-- | plugins/kolab_auth/package.xml | 2 | ||||
-rw-r--r-- | plugins/kolab_config/package.xml | 2 | ||||
-rw-r--r-- | plugins/kolab_core/package.xml | 2 | ||||
-rw-r--r-- | plugins/kolab_folders/package.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/calendar/package.xml b/plugins/calendar/package.xml index 3fc38c2..ed42622 100644 --- a/plugins/calendar/package.xml +++ b/plugins/calendar/package.xml @@ -4,7 +4,7 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>calendar</name> - <uri>http://kolabsys.com</uri> + <uri>http://git.kolab.org/roundcube-plugins-kolab/</uri> <summary>Calendar plugin</summary> <description>-</description> <lead> diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css index 455ca91..42a6212 100644 --- a/plugins/calendar/skins/larry/calendar.css +++ b/plugins/calendar/skins/larry/calendar.css @@ -16,7 +16,7 @@ body.calendarmain { overflow: hidden; } -#mainscreen { +body.calendarmain #mainscreen { left: 0; } diff --git a/plugins/kolab_addressbook/package.xml b/plugins/kolab_addressbook/package.xml index 7e7b84c..e077dcb 100644 --- a/plugins/kolab_addressbook/package.xml +++ b/plugins/kolab_addressbook/package.xml @@ -4,7 +4,7 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>kolab_addressbook</name> - <uri>http://kolabsys.com</uri> + <uri>http://git.kolab.org/roundcube-plugins-kolab/</uri> <summary>Kolab addressbook</summary> <description> Sample plugin to add a new address book source with data from Kolab storage. diff --git a/plugins/kolab_auth/package.xml b/plugins/kolab_auth/package.xml index f333dd4..4c9b8ad 100644 --- a/plugins/kolab_auth/package.xml +++ b/plugins/kolab_auth/package.xml @@ -4,7 +4,7 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>kolab_auth</name> - <uri>http://kolabsys.com</uri> + <uri>http://git.kolab.org/roundcube-plugins-kolab/</uri> <summary>Kolab Authentication</summary> <description> Authenticates on LDAP server, finds canonized authentication ID for IMAP diff --git a/plugins/kolab_config/package.xml b/plugins/kolab_config/package.xml index 73291c8..85c7faa 100644 --- a/plugins/kolab_config/package.xml +++ b/plugins/kolab_config/package.xml @@ -4,7 +4,7 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>kolab_config</name> - <uri>http://kolabsys.com</uri> + <uri>http://git.kolab.org/roundcube-plugins-kolab/</uri> <summary>Kolab configuration storage</summary> <description> Plugin to use Kolab server as a configuration storage. Provides an API to handle diff --git a/plugins/kolab_core/package.xml b/plugins/kolab_core/package.xml index 46aa29f..fa40754 100644 --- a/plugins/kolab_core/package.xml +++ b/plugins/kolab_core/package.xml @@ -4,7 +4,7 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>kolab_core</name> - <uri>http://kolabsys.com</uri> + <uri>http://git.kolab.org/roundcube-plugins-kolab/</uri> <summary>Kolab API</summary> <description> Plugin to setup a basic environment for interaction with a Kolab server. diff --git a/plugins/kolab_folders/package.xml b/plugins/kolab_folders/package.xml index 54ff20b..b1c364a 100644 --- a/plugins/kolab_folders/package.xml +++ b/plugins/kolab_folders/package.xml @@ -4,7 +4,7 @@ http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>kolab_folders</name> - <uri>http://kolabsys.com</uri> + <uri>http://git.kolab.org/roundcube-plugins-kolab/</uri> <summary>Type-aware folder management/listing for Kolab</summary> <description> The plugin extends folders handling with features of the Kolab Suite |