diff -Naur ./players/jw_player_4.x.inc ../flvmediaplayer-new/players/jw_player_4.x.inc --- ./players/jw_player_4.x.inc 2009-01-02 21:32:36.000000000 +0000 +++ ../flvmediaplayer-new/players/jw_player_4.x.inc 2009-04-02 22:54:56.000000000 +0100 @@ -233,7 +233,7 @@ $form['layout']['flvmp_layout_playlist'] = array( '#title' => t('Playlist postion'), '#type' => 'select', - '#options' => array('bottom', 'over', 'right', 'none'), + '#options' => array('bottom' => 'bottom', 'over' => 'over', 'right' => 'right', 'none' => 'none'), '#default_value' => $config['layout_playlist'] ? $config['layout_playlist'] : 'none', '#description' => t('Position of the playlist. Can be set to bottom, over, right or none.'), ); @@ -513,4 +513,4 @@ $form['no_flash']['flvmp_noflash_text_filter']['filter'] = filter_form($config['noflash_text_filter']); return $form; -} \ No newline at end of file +}