From 9f1652e29e2ed8be815cae4abf42bde989ffeb22 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 30 Jul 2012 12:04:43 +0200 Subject: Adapt to new default skin folder namimg --- plugins/acl/package.xml | 8 ++++---- plugins/archive/package.xml | 6 +++--- plugins/help/package.xml | 6 +++--- plugins/hide_blockquote/package.xml | 2 +- plugins/jqueryui/config.inc.php.dist | 1 + plugins/jqueryui/jqueryui.php | 4 ++-- plugins/jqueryui/package.xml | 32 ++++++++++++++++---------------- plugins/managesieve/package.xml | 20 ++++++++++---------- plugins/markasjunk/package.xml | 4 ++-- plugins/vcard_attachments/package.xml | 6 +++--- 10 files changed, 45 insertions(+), 44 deletions(-) (limited to 'plugins') diff --git a/plugins/acl/package.xml b/plugins/acl/package.xml index 9ef91d16d..e5d411e18 100644 --- a/plugins/acl/package.xml +++ b/plugins/acl/package.xml @@ -38,10 +38,10 @@ - - - - + + + + diff --git a/plugins/archive/package.xml b/plugins/archive/package.xml index 0d02b2d41..1aeffaf41 100644 --- a/plugins/archive/package.xml +++ b/plugins/archive/package.xml @@ -50,9 +50,9 @@ - - - + + + diff --git a/plugins/help/package.xml b/plugins/help/package.xml index 67e83fb06..2c4fd2cc8 100644 --- a/plugins/help/package.xml +++ b/plugins/help/package.xml @@ -33,9 +33,9 @@ - - - + + + diff --git a/plugins/hide_blockquote/package.xml b/plugins/hide_blockquote/package.xml index 833691261..0d895c1d9 100644 --- a/plugins/hide_blockquote/package.xml +++ b/plugins/hide_blockquote/package.xml @@ -36,7 +36,7 @@ - + diff --git a/plugins/jqueryui/config.inc.php.dist b/plugins/jqueryui/config.inc.php.dist index 65c01757a..a3c3f75a0 100644 --- a/plugins/jqueryui/config.inc.php.dist +++ b/plugins/jqueryui/config.inc.php.dist @@ -6,6 +6,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', + 'default' => 'larry', 'groupvice4' => 'redmond', ); diff --git a/plugins/jqueryui/jqueryui.php b/plugins/jqueryui/jqueryui.php index 69b9ca1c0..f82a149b8 100644 --- a/plugins/jqueryui/jqueryui.php +++ b/plugins/jqueryui/jqueryui.php @@ -24,7 +24,7 @@ class jqueryui extends rcube_plugin $this->include_script("js/jquery-ui-$version.custom.min.js"); // include UI stylesheet - $skin = $rcmail->config->get('skin', 'default'); + $skin = $rcmail->config->get('skin'); $ui_map = $rcmail->config->get('jquery_ui_skin_map', array()); $ui_theme = $ui_map[$skin] ? $ui_map[$skin] : $skin; @@ -32,7 +32,7 @@ class jqueryui extends rcube_plugin $this->include_stylesheet("themes/$ui_theme/jquery-ui-$version.custom.css"); } else { - $this->include_stylesheet("themes/default/jquery-ui-$version.custom.css"); + $this->include_stylesheet("themes/larry/jquery-ui-$version.custom.css"); } // jquery UI localization diff --git a/plugins/jqueryui/package.xml b/plugins/jqueryui/package.xml index 18f241a2e..1d265169c 100644 --- a/plugins/jqueryui/package.xml +++ b/plugins/jqueryui/package.xml @@ -99,22 +99,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/plugins/managesieve/package.xml b/plugins/managesieve/package.xml index 1c60a7cc9..cde78c9a3 100644 --- a/plugins/managesieve/package.xml +++ b/plugins/managesieve/package.xml @@ -85,16 +85,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/plugins/markasjunk/package.xml b/plugins/markasjunk/package.xml index 95690eb9b..a5b4bf92c 100644 --- a/plugins/markasjunk/package.xml +++ b/plugins/markasjunk/package.xml @@ -50,8 +50,8 @@ - - + + diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml index cf94ef378..82b750ad5 100644 --- a/plugins/vcard_attachments/package.xml +++ b/plugins/vcard_attachments/package.xml @@ -61,9 +61,9 @@ - - - + + + -- cgit v1.2.3