* @copyright 1999-2022 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage squirrelspell */ global $SQSPELL_APP, $main_options_changed_message; if (!empty($main_options_changed_message)) $msg = $main_options_changed_message; else $msg = ''; $msg .= '

' . _("Please choose which options you wish to set up:") . '

' . '\n"; // add checkbox to enable/disable the spellcheck button on compose screen // $sqspell_show_button = getPref($data_dir, $username, 'sqspell_show_button', 1); $msg .= '
' . '' . '' . '

' . '\n"; $msg .= "

"; sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg); /** * For Emacs weenies: * Local variables: * mode: php * End: * vim: syntax=php */