The selector for the Position Type has incorrect values:

  $type_options = array(
    'absolute' => t('Absolute'),
    'relative' => t('Fixed'),
    'static' => t('Relative'),
    'relative' => t('Static'),
  );

There are two values for 'relative', 'static' is mixed up with one of the 'relative' values, and there's no value for 'fixed'.

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new611 bytes

This patch fixes the selection options so that there are the four correct options.

damienmckenna’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
StatusFileSize
new611 bytes

D6 version of the above.

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

Automatically closed -- issue fixed for 2 weeks with no activity.