Index: contrib/views_slideshow_singleframe/views_slideshow.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/views_slideshow.js,v retrieving revision 1.1.2.1.2.9 diff -u -p -r1.1.2.1.2.9 views_slideshow.js --- contrib/views_slideshow_singleframe/views_slideshow.js 26 Sep 2009 22:20:50 -0000 1.1.2.1.2.9 +++ contrib/views_slideshow_singleframe/views_slideshow.js 28 Sep 2009 20:47:22 -0000 @@ -31,8 +31,8 @@ Drupal.behaviors.viewsSlideshowSingleFra $('#views_slideshow_singleframe_image_count_' + settings.id + ' span.total').html(opts.slideCount); } }, - cleartype:(settings.cleartype), - cleartypeNoBg:(settings.cleartypenobg) + cleartype:(settings.ie.cleartype), + cleartypeNoBg:(settings.ie.cleartypenobg) } if (settings.effect == 'none') { Index: contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/views_slideshow_singleframe.views_slideshow.inc,v retrieving revision 1.1.2.1.2.4 diff -u -p -r1.1.2.1.2.4 views_slideshow_singleframe.views_slideshow.inc --- contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc 26 Sep 2009 22:20:50 -0000 1.1.2.1.2.4 +++ contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc 28 Sep 2009 20:47:22 -0000 @@ -131,18 +131,24 @@ function views_slideshow_singleframe_vie '#default_value' =>(isset($view->options['singleframe']['sync'])) ? $view->options['singleframe']['sync'] : 1, '#description' => t('The sync option controls whether the slide transitions occur simultaneously. The default is yes which means that the current slide transitions out as the next slide transitions in. By setting the sync option to no you can get some interesting twists on your transitions.'), ); - $form['singleframe']['cleartype'] = array( + $form['singleframe']['ie'] = array( + '#type' => 'fieldset', + '#title' => t('Internet Explorer Options'), + '#collapsible' => TRUE, + '#collapsed' => TRUE, + ); + $form['singleframe']['ie']['cleartype'] = array( '#type' => 'radios', '#title' => t('ClearType'), '#options' => array('true' => t('True'), 'false' => t('False')), - '#default_value' =>(isset($view->options['singleframe']['cleartype'])) ? $view->options['singleframe']['cleartype'] : 'true', + '#default_value' =>(isset($view->options['singleframe']['ie']['cleartype'])) ? $view->options['singleframe']['ie']['cleartype'] : 'true', '#description' => t('True if clearType corrections should be applied (for IE). Some background issues could be fixed by setting this to false.'), ); - $form['singleframe']['cleartypenobg'] = array( + $form['singleframe']['ie']['cleartypenobg'] = array( '#type' => 'radios', '#title' => t('ClearType Background'), '#options' => array('true' => t('True'), 'false' => t('False')), - '#default_value' =>(isset($view->options['singleframe']['cleartypenobg'])) ? $view->options['singleframe']['cleartypenobg'] : 'false', + '#default_value' =>(isset($view->options['singleframe']['ie']['cleartypenobg'])) ? $view->options['singleframe']['ie']['cleartypenobg'] : 'false', '#description' => t('Set to true to disable extra cleartype fixing (leave false to force background color setting on slides)'), ); } Index: contrib/views_slideshow_thumbnailhover/views_slideshow.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/Attic/views_slideshow.js,v retrieving revision 1.1.2.2.2.8 diff -u -p -r1.1.2.2.2.8 views_slideshow.js --- contrib/views_slideshow_thumbnailhover/views_slideshow.js 26 Sep 2009 22:20:50 -0000 1.1.2.2.2.8 +++ contrib/views_slideshow_thumbnailhover/views_slideshow.js 28 Sep 2009 20:47:22 -0000 @@ -40,8 +40,8 @@ Drupal.behaviors.viewsSlideshowThumbnail pagerEvent: (settings.pager_event == 'hoverIntent') ? null : settings.pager_event, prev:(settings.controls > 0)?'#views_slideshow_thumbnailhover_prev_' + settings.id:null, next:(settings.controls > 0)?'#views_slideshow_thumbnailhover_next_' + settings.id:null, - cleartype:(settings.cleartype), - cleartypeNoBg:(settings.cleartypenobg) + cleartype:(settings.ie.cleartype), + cleartypeNoBg:(settings.ie.cleartypenobg) }; if (settings.effect == 'none') { Index: contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/Attic/views_slideshow_thumbnailhover.views_slideshow.inc,v retrieving revision 1.1.2.1.2.5 diff -u -p -r1.1.2.1.2.5 views_slideshow_thumbnailhover.views_slideshow.inc --- contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc 26 Sep 2009 22:20:50 -0000 1.1.2.1.2.5 +++ contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc 28 Sep 2009 20:47:22 -0000 @@ -168,18 +168,24 @@ function views_slideshow_thumbnailhover_ '#default_value' =>$view->options['thumbnailhover']['sync'], '#description' => t('The sync option controls whether the slide transitions occur simultaneously. The default is yes which means that the current slide transitions out as the next slide transitions in. By setting the sync option to no you can get some interesting twists on your transitions.'), ); - $form['thumbnailhover']['cleartype'] = array( + $form['thumbnailhover']['ie'] = array( + '#type' => 'fieldset', + '#title' => t('Internet Explorer Options'), + '#collapsible' => TRUE, + '#collapsed' => TRUE, + ); + $form['thumbnailhover']['ie']['cleartype'] = array( '#type' => 'radios', '#title' => t('ClearType'), '#options' => array('true' => t('True'), 'false' => t('False')), - '#default_value' =>(isset($view->options['singleframe']['cleartype'])) ? $view->options['singleframe']['cleartype'] : 'true', + '#default_value' =>(isset($view->options['thumbnailhover']['ie']['cleartype'])) ? $view->options['thumbnailhover']['ie']['cleartype'] : 'true', '#description' => t('True if clearType corrections should be applied (for IE). Some background issues could be fixed by setting this to false.'), ); - $form['thumbnailhover']['cleartypenobg'] = array( + $form['thumbnailhover']['ie']['cleartypenobg'] = array( '#type' => 'radios', '#title' => t('ClearType Background'), '#options' => array('true' => t('True'), 'false' => t('False')), - '#default_value' =>(isset($view->options['singleframe']['cleartypenobg'])) ? $view->options['singleframe']['cleartypenobg'] : 'false', + '#default_value' =>(isset($view->options['thumbnailhover']['ie']['cleartypenobg'])) ? $view->options['thumbnailhover']['ie']['cleartypenobg'] : 'false', '#description' => t('Set to true to disable extra cleartype fixing (leave false to force background color setting on slides)'), ); }