X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fbug_report%2Fsetup.php;h=9c1d3ddec2a0dfea6161e19d69743bc93decfe04;hp=757cd5458a1a7d77b081f209db3db11be9726a53;hb=786a9741cdff427db9898ce60ab940784240479c;hpb=62e69dd95ef85d856519aa5307f3371dfade59ff diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php index 757cd545..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"; } - -?>