X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fbug_report%2Fsetup.php;h=9c1d3ddec2a0dfea6161e19d69743bc93decfe04;hb=786a9741cdff427db9898ce60ab940784240479c;hp=c388c1451acd8e64ae704c88fe30537400e5189a;hpb=c435f076fe6b5b58e09ae19a8e216f37b069d802;p=squirrelmail.git diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php index c388c145..9c1d3dde 100644 --- a/plugins/bug_report/setup.php +++ b/plugins/bug_report/setup.php @@ -1,22 +1,14 @@ ' . html_tag('td',_("Bug Reports:"),'right','','style="white-space: 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") . ''; } - -?> \ No newline at end of file