Przeglądaj źródła

Add configtest link to administrator plugin.

Thijs Kinkhorst 21 lat temu
rodzic
commit
e82c171990
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      plugins/administrator/options.php

+ 3 - 1
plugins/administrator/options.php

@@ -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>';
 
 /*