|
@@ -45,8 +45,8 @@
|
|
echo "<tr>\n";
|
|
echo "<tr>\n";
|
|
echo "<td align='left' width='30%' nowrap><b>".$text['header-config_database']."</b></td>\n";
|
|
echo "<td align='left' width='30%' nowrap><b>".$text['header-config_database']."</b></td>\n";
|
|
echo "<td width='70%' align='right'>\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 "</td>\n";
|
|
echo "</tr>\n";
|
|
echo "</tr>\n";
|
|
|
|
|