Add notes about skin support
This commit is contained in:
parent
5ae3c7bd00
commit
9dcae75e8e
2 changed files with 15 additions and 0 deletions
|
@ -69,4 +69,10 @@ Add 'calendar' to the list of active plugins:
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
IMPORTANT
|
||||||
|
---------
|
||||||
|
|
||||||
|
This plugin doesn't work with the classic skin of Roundcube because no
|
||||||
|
templates are available for that skin.
|
||||||
|
|
||||||
[1] https://git.kolab.org/diffusion/RPK/
|
[1] https://git.kolab.org/diffusion/RPK/
|
||||||
|
|
|
@ -6,6 +6,8 @@ and manage the access to the Kolab groupware objects stored in various
|
||||||
IMAP folders. For reading and writing these objects, the PHP bindings of
|
IMAP folders. For reading and writing these objects, the PHP bindings of
|
||||||
the libkolabxml library are used.
|
the libkolabxml library are used.
|
||||||
|
|
||||||
|
This plugin also provides elastic/larry skin support for Kolab plugins.
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS
|
REQUIREMENTS
|
||||||
------------
|
------------
|
||||||
|
@ -26,3 +28,10 @@ CONFIGURATION
|
||||||
-------------
|
-------------
|
||||||
Rename config.inc.php.dist to config.inc.php in the plugin folder.
|
Rename config.inc.php.dist to config.inc.php in the plugin folder.
|
||||||
For available configuration options see config.inc.php.dist file.
|
For available configuration options see config.inc.php.dist file.
|
||||||
|
|
||||||
|
|
||||||
|
IMPORTANT
|
||||||
|
---------
|
||||||
|
|
||||||
|
This plugin doesn't work with the classic skin of Roundcube because no
|
||||||
|
templates are available for that skin.
|
Loading…
Add table
Reference in a new issue