summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/config.inc.php.dist
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-16 19:23:04 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-16 19:23:04 +0000
commit88937644a7fd44ffb5005546eda43c4e9d7dea89 (patch)
tree8ffaa7ea30404bed2dead126f14d4a4e5471897e /plugins/jqueryui/config.inc.php.dist
parentedb5c078d3ea1afbc63669ce4eb93eef224259b7 (diff)
Setup dialogs (using jquery UI) and compose form for Larry
git-svn-id: https://svn.roundcube.net/trunk@5624 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/jqueryui/config.inc.php.dist')
-rw-r--r--plugins/jqueryui/config.inc.php.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jqueryui/config.inc.php.dist b/plugins/jqueryui/config.inc.php.dist
index 8526e6a79..65c01757a 100644
--- a/plugins/jqueryui/config.inc.php.dist
+++ b/plugins/jqueryui/config.inc.php.dist
@@ -5,6 +5,7 @@ $rcmail_config['jquery_ui_i18n'] = array('datepicker');
// map Roundcube skins with jquery-ui themes here
$rcmail_config['jquery_ui_skin_map'] = array(
+ 'larry' => 'larry',
'groupvice4' => 'redmond',
);