all widgets should be named.
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 14 Apr 2005 13:22:06 +0000 (13:22 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 14 Apr 2005 13:22:06 +0000 (13:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9269 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/setup.php

index f2d226c03e81e589e1c6f0ea9f57a288f144dc22..54a277e60c2ea8b29a5ed5cbb45f4c66128287ee 100644 (file)
@@ -77,11 +77,11 @@ function squirrelspell_setup() {
              "<!--\n".
              'document.write("<input type=\"button\" value=\"'.
              _("Check Spelling").
-             '\" onclick=\"window.open(\'../plugins/squirrelspell/sqspell_'.
+             '\" name=\"check_spelling\" onclick=\"window.open(\'../plugins/squirrelspell/sqspell_'.
              'interface.php\', \'sqspell\', \'status=yes,width=550,height=370,'.
              'resizable=yes\')\" />");' . "\n".
              "//-->\n".
              "</script>\n";
     }
 }
-?>
\ No newline at end of file
+?>