diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-01 20:09:56 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-01 20:09:56 +0000 |
| commit | 1a1d853579721a0b2ae24c5829dabecd21c919da (patch) | |
| tree | 1a32d68e3113b9f965293476a7b6eb3d9feeeaa3 /plugins/jqueryui/config.inc.php.dist | |
| parent | 09d8d417fa143d5733336abfd9bcc4c25a04662e (diff) | |
Add jquery UI plugin with Roundcube default styles to be used in various plugins
git-svn-id: https://svn.roundcube.net/trunk@4715 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/jqueryui/config.inc.php.dist')
| -rw-r--r-- | plugins/jqueryui/config.inc.php.dist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/jqueryui/config.inc.php.dist b/plugins/jqueryui/config.inc.php.dist new file mode 100644 index 000000000..8526e6a79 --- /dev/null +++ b/plugins/jqueryui/config.inc.php.dist @@ -0,0 +1,11 @@ +<?php + +// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here +$rcmail_config['jquery_ui_i18n'] = array('datepicker'); + +// map Roundcube skins with jquery-ui themes here +$rcmail_config['jquery_ui_skin_map'] = array( + 'groupvice4' => 'redmond', +); + +?> |
