Browse Source

Fix a the name of a few of the install buttons.

markjcrane 9 years ago
parent
commit
fe31870a7f

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

@@ -46,7 +46,7 @@
 	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='".$text['button-execute']."'>\n";
+	echo "		<input type='submit' name='execute' class='btn' name='".$text['button-execute']."'>\n";
 	echo "</td>\n";
 	echo "</tr>\n";
 
@@ -276,9 +276,9 @@
 	}
 
 	echo "</table>";
-	echo "	<div style='text-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='".$text['button-execute']."'>\n";
-	echo "	</div>\n";
+	//echo "	<div style='text-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 "	</div>\n";
 	echo "</form>\n";
 ?>

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

@@ -40,7 +40,7 @@
 	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' class='".$text['button-next']."'>\n";
+	echo "		<input type='submit' class='btn' name='execute' name='".$text['button-next']."'>\n";
 	echo "</td>\n";
 	echo "</tr>\n";
 
@@ -142,9 +142,9 @@
 	echo "</tr>\n";
 
 	echo "</table>";
-	echo "	<div style='text-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' class='".$text['button-next']."'>\n";
-	echo "	</div>\n";
+	//echo "	<div style='text-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 "	</div>\n";
 	echo "</form>\n";
 ?>

+ 1 - 1
core/install/resources/page_parts/install_event_socket.php

@@ -41,7 +41,7 @@
 	echo "<tr>\n";
 	echo "<td width='30%' align='left' nowrap><b>".$text['header-event_socket']."</b><br><br></td>\n";
 	echo "<td width='70%' align='right'>";
-	echo "	<input type='button' name='detect' class='btn' onclick=\"location.reload();\" value='".$text['button-detect']."'/>\n";
+	//echo "	<input type='button' name='detect' class='btn' onclick=\"location.reload();\" value='".$text['button-detect']."'/>\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";