diff options
-rw-r--r-- | roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php | 11 | ||||
-rw-r--r-- | roles/webmail/tasks/roundcube.yml | 1 |
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 |