X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Foptions_main.mod;h=df5b1057dffd2f15fa278832f8733eaf654f84a3;hb=HEAD;hp=8b1755a129f300ea8142bf3590830bae02586bde;hpb=90ad8cd181bd2d435465b887d2769836ace5d7f0;p=squirrelmail.git diff --git a/plugins/squirrelspell/modules/options_main.mod b/plugins/squirrelspell/modules/options_main.mod index 8b1755a1..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