浏览代码

Add configtest link to administrator plugin.

Thijs Kinkhorst 21 年之前
父节点
当前提交
e82c171990
共有 1 个文件被更改,包括 3 次插入1 次删除
  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>';
 
 /*