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'.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | menu_minipanels-n1775482-d6.patch | 611 bytes | damienmckenna |
| #1 | menu_minipanels-n1775482-d7.patch | 611 bytes | damienmckenna |
Comments
Comment #1
damienmckennaThis patch fixes the selection options so that there are the four correct options.
Comment #2
damienmckennaD6 version of the above.
Comment #3
damienmckennaCommitted.