summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-29 01:26:02 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-29 01:26:02 +0200
commit226daf830d217b87a06d652dd4ad6e775897d966 (patch)
tree0d4a4e1333dd35a4dbe0d7d9ce0c9c018ff74340
parentbb67c144aa93a733402876b3161281724fca24da (diff)
Add jqueryui configuration.
-rw-r--r--roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php11
-rw-r--r--roles/webmail/tasks/roundcube.yml1
2 files changed, 12 insertions, 0 deletions
diff --git a/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php
new file mode 100644
index 0000000..bb9720b
--- /dev/null
+++ b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php
@@ -0,0 +1,11 @@
+<?php
+
+// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here
+$config['jquery_ui_i18n'] = array('datepicker');
+
+// map Roundcube skins with jquery-ui themes here
+$config['jquery_ui_skin_map'] = array(
+ 'default' => 'smoothness',
+);
+
+?>
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml
index 309aba4..c783feb 100644
--- a/roles/webmail/tasks/roundcube.yml
+++ b/roles/webmail/tasks/roundcube.yml
@@ -78,6 +78,7 @@
mode=0644
with_items:
- additional_message_headers
+ - jqueryui
- managesieve
- password