浏览代码

Fix two of the button labels.

markjcrane 9 年之前
父节点
当前提交
c94525f48f

+ 2 - 2
core/install/resources/page_parts/install_config_database.php

@@ -45,8 +45,8 @@
 	echo "<tr>\n";
 	echo "<td align='left' width='30%' nowrap><b>".$text['header-config_database']."</b></td>\n";
 	echo "<td width='70%' align='right'>\n";
-	echo "		<input type='button' name='back' class='btn' onclick=\"history.go(-1);\" value='".$text['button-back']."'/>\n";
-	echo "		<input type='submit' name='execute' class='btn' name='".$text['button-execute']."'>\n";
+	echo "	<input type='button' name='back' class='btn' onclick=\"history.go(-1);\" value='".$text['button-back']."'/>\n";
+	echo "	<input type='submit' name='next' class='btn' value='".$text['button-next']."'/>\n";
 	echo "</td>\n";
 	echo "</tr>\n";
 

+ 2 - 2
core/install/resources/page_parts/install_config_detail.php

@@ -39,8 +39,8 @@
 	echo "<tr>\n";
 	echo "<td align='left' width='30%' nowrap><b>".$text['header-config_detail']."</b></td>\n";
 	echo "<td width='70%' align='right'>\n";
-	echo "		<input type='button' name='back' class='btn' onclick=\"history.go(-1);\" value='".$text['button-back']."'/>\n";
-	echo "		<input type='submit' class='btn' name='execute' name='".$text['button-next']."'>\n";
+	echo "	<input type='button' name='back' class='btn' onclick=\"history.go(-1);\" value='".$text['button-back']."'/>\n";
+	echo "	<input type='submit' name='next' class='btn' value='".$text['button-next']."'/>\n";
 	echo "</td>\n";
 	echo "</tr>\n";