X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Foptions_main.mod;h=df5b1057dffd2f15fa278832f8733eaf654f84a3;hb=HEAD;hp=3834a592d64aa221638093161fccf7166b2a9f40;hpb=7996c92035dda79d42c5922c225dd62c1e73ecb3;p=squirrelmail.git diff --git a/plugins/squirrelspell/modules/options_main.mod b/plugins/squirrelspell/modules/options_main.mod index 3834a592..69747635 100644 --- a/plugins/squirrelspell/modules/options_main.mod +++ b/plugins/squirrelspell/modules/options_main.mod @@ -1,21 +1,28 @@ + * @author Konstantin Riabitsev + * @copyright 1999-2024 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 */ -?> \ No newline at end of file