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

This commit is contained in:
markjcrane 2016-03-26 19:29:04 -06:00
parent 651f9806fb
commit 7bc74b374a
3 changed files with 11 additions and 11 deletions

View File

@ -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";
?>

View File

@ -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";
?>

View File

@ -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";