Home › Administer › Site configuration ›

The 'Settings' and 'Custom Buttons' tabs have a 'Save Configuration' button, but the 'Visibility' tab does not. Settings cannot be saved for this tab.

Am I missing something? Shouldn't there be a save button?

Mark

Comments

zcc_nz’s picture

Hi,
I fixed this by changing line 230 in openwysiwyg.module

from this: return $form;

To this: return system_settings_form($form);

Not sure about the reset button ... but save is working!

drupalnesia’s picture

Status: Active » Closed (fixed)