share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Sun May 19 13:39:55 CEST 2013


 share/templates/roundcubemail/kolab_files.inc.php.tpl |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit bd72f5aafe266cc15ffaf0430fdd7f4f8f358d9c
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sun May 19 13:39:42 2013 +0200

    Make sure the $rcmail variables are escaped

diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl
new file mode 100644
index 0000000..4eeffa9
--- /dev/null
+++ b/share/templates/roundcubemail/kolab_files.inc.php.tpl
@@ -0,0 +1,15 @@
+<?php
+
+// URL of kolab-chwala installation
+\$rcmail_config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';
+
+// List of files list columns. Available are: name, size, mtime, type
+\$rcmail_config['kolab_files_list_cols'] = array('name', 'mtime', 'size');
+
+// Name of the column to sort files list by
+\$rcmail_config['kolab_files_sort_col'] = 'name';
+
+// Order of the files list sort
+\$rcmail_config['kolab_files_sort_order'] = 'asc';
+
+?>





More information about the commits mailing list