瀏覽代碼

New setup: fixed bug in the HTML (missing Next button on IE8)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1159 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 年之前
父節點
當前提交
1072acb6f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup/index.php

+ 1 - 1
setup/index.php

@@ -962,7 +962,7 @@ function ModulesSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep, $oConf
 	}
 	$oP->add("<table style=\"width:100%\"><tr>\n");
 	$oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
-	$oP->add("<td style=\"text-align:right;\"><button type=\"submit\" \">Next >></button></td>\n");
+	$oP->add("<td style=\"text-align:right;\"><button type=\"submit\">Next >></button></td>\n");
 	$oP->add("</tr></table>\n");
 	$oP->add("</form>\n");
 	$oP->add_ready_script("$('.read-only').click( function() { $(this).attr('checked','checked'); } );");