X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fbug_report%2Fsetup.php;h=05ef6e7f5663f318f4823e5c9c19832f3685897c;hp=5e77776e9bb2dc304cacb9238ae9c91f5de1ec09;hb=9eb3fcb302b8e0363760bee586f1c43e7050b365;hpb=15ee328a64a3a124585c5d12d9b977aaa694218f diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php index 5e77776e..05ef6e7f 100644 --- a/plugins/bug_report/setup.php +++ b/plugins/bug_report/setup.php @@ -3,10 +3,10 @@ /** * setup.php * - * Copyright (c) 1999-2004 The SquirrelMail development team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * This is a standard Squirrelmail-1.2 API for plugins. + * This is a standard SquirrelMail 1.2 API for plugins. * * @version $Id$ * @package plugins @@ -37,7 +37,7 @@ function squirrelmail_plugin_init_bug_report() { * @access private */ function bug_report_button() { - global $color, $bug_report_visible; + global $bug_report_visible; if (! $bug_report_visible) { return; @@ -79,15 +79,12 @@ function bug_report_load() { function bug_report_options() { global $bug_report_visible; - echo '' . html_tag('td',_("Bug Reports:"),'right','','nowrap') . "\n" . - '' . html_tag('td',_("Bug Reports:"),'right','','style="white-space: nowrap;"') . "\n" . + ' ' . _("Show button in toolbar") . "\n"; - - echo '' . - '' . _("Show system specs") . ''; } ?>