X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fbug_report%2Fsetup.php;h=9c1d3ddec2a0dfea6161e19d69743bc93decfe04;hb=7af343f176b34839e17d03e5f2ea9dc45b56f6d2;hp=793f0e70d86c004066e7fedc4349253c4889029c;hpb=595848f9dbf9fda650ca1809f94702043dbc0f79;p=squirrelmail.git diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php index 793f0e70..9c1d3dde 100644 --- a/plugins/bug_report/setup.php +++ b/plugins/bug_report/setup.php @@ -1,22 +1,14 @@ ' . html_tag('td',_("Bug Reports:"),'right','','nowrap') . "\n" . - ' 'bug_report_visible', + 'caption' => _("Show button in toolbar"), + 'type' => SMOPT_TYPE_BOOLEAN, + 'refresh' => SMOPT_REFRESH_ALL, + 'initial_value' => false + ); + $optpage_data['vals']['bug_report'] = $optionValues; } - echo ' /> ' . _("Show button in toolbar") . "\n"; - - echo '' . - '' . _("Show system specs") . ''; } - -?>