Add configtest link to administrator plugin.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 28 Feb 2004 13:55:18 +0000 (13:55 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 28 Feb 2004 13:55:18 +0000 (13:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6689 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/options.php

index 05cf1a3a3f8a93ca241f5c98d59ea773d57355e8..979a8488dc2b952710ff54ef28b485f37da12a46 100644 (file)
@@ -573,7 +573,9 @@ if( $colapse['Group8'] == 'off' ) {
   }
 }
 echo "<tr bgcolor=\"$color[5]\"><th colspan=2><input value=\"" .
-     _("Change Settings") . "\" type=submit></th></tr>" ,
+     _("Change Settings") . '" type="submit"><br />'.
+     '<a href="'.SM_PATH.'src/configtest.php" target="_blank">'._("Test Configuration").
+     "</th></tr>\n" ,
      '</table></td></tr></table></form>';
 
 /*