|
@@ -40,7 +40,7 @@
|
|
echo "<td align='left' width='30%' nowrap><b>".$text['header-config_detail']."</b></td>\n";
|
|
echo "<td align='left' width='30%' nowrap><b>".$text['header-config_detail']."</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='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 "</td>\n";
|
|
echo "</tr>\n";
|
|
echo "</tr>\n";
|
|
|
|
|
|
@@ -142,9 +142,9 @@
|
|
echo "</tr>\n";
|
|
echo "</tr>\n";
|
|
|
|
|
|
echo "</table>";
|
|
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";
|
|
echo "</form>\n";
|
|
?>
|
|
?>
|