X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Foptions_main.mod;h=bfed60dbd11d07c9a87247b78061548d2ae524b1;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hp=a559bcb0fcd28d3394943f4a73e634651e1c62d4;hpb=44d661aa1bdc1a6f35d03ac7e1aee4c93dbc2c93;p=squirrelmail.git diff --git a/plugins/squirrelspell/modules/options_main.mod b/plugins/squirrelspell/modules/options_main.mod index a559bcb0..bfed60db 100644 --- a/plugins/squirrelspell/modules/options_main.mod +++ b/plugins/squirrelspell/modules/options_main.mod @@ -1,21 +1,28 @@ + * @author Konstantin Riabitsev + * @copyright 1999-2018 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage squirrelspell */ - -global $SQSPELL_APP; -$msg = '

' + +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); /** @@ -54,4 +82,3 @@ sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg); * End: * vim: syntax=php */ -?>