Ausserdem mache ich ja kein Update von Version 2.x auf 3.x wo der evtl. Neuerwerb von Modulen erforderlich wäre;
sondern von Version 3.0 auf Version 3.1.
(ohne Module)
Moderatoren: Magnus, mmaass, ablass
von Heidrunwebt » Di 17. Jan 2023, 17:16
von Werner » Di 17. Jan 2023, 18:09
von Heidrunwebt » Di 17. Jan 2023, 19:33
von Heidrunwebt » Di 17. Jan 2023, 19:47
von mmaass » Mi 18. Jan 2023, 15:30
von mp_0312 » Mo 23. Jan 2023, 12:11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../style/style.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Admin</title>
<script language="JavaScript" src="../../js_function/jquery.js" type="text/javascript"></script>
<script language="javascript">
function SubmitForm(Formname, Formaction, Confirmaction, Mahnung) {
if (Formaction) {
document.forms[Formname].formaction.value = Formaction;
}
if (Confirmaction) {
document.forms[Formname].confirmaction.value = Confirmaction;
}
if (Mahnung) {
document.forms[Formname].mahnung.value = Mahnung;
}
document.forms[Formname].submit();
}
function UpdateStatusCombo()
{
if(self.document.form_bestellung.neuer_status.value == "-1")
{
self.document.form_bestellung.statuswechselbutton.disabled=true;
self.document.getElementById("stornierungstabrow").style.visibility = 'hidden';
self.document.getElementById("aktion_row_ueberschrift").style.display = 'none';
self.document.getElementById("aktion_row_id_1").style.display = 'none';
self.document.getElementById("aktion_row_id_2").style.display = 'none';
self.document.getElementById("aktion_row_id_3").style.display = 'none';
self.document.getElementById("aktion_row_id_4").style.display = 'none';
self.document.getElementById("aktion_row_id_5").style.display = 'none';
self.document.getElementById("aktion_row_id_6").style.display = 'none';
self.document.getElementById("aktion_row_id_7").style.display = 'none';
self.document.getElementById("aktion_row_id_13").style.display = 'none';
self.document.getElementById("aktion_row_id_14").style.display = 'none';
}
else
{
self.document.form_bestellung.statuswechselbutton.disabled=false;
switch(self.document.form_bestellung.neuer_status.value)
{
case "2":
self.document.getElementById("stornierungstabrow").style.visibility = 'hidden';
self.document.getElementById("aktion_row_ueberschrift").style.display = 'none';
von mp_0312 » Di 24. Jan 2023, 14:49
von mp_0312 » Mo 30. Jan 2023, 15:08
von bonsai » Mo 30. Jan 2023, 18:16
mp_0312 hat geschrieben:Ich war davon ausgegangen, dass wir die aktuellen Module 3.x hätten.
von Erik » Do 2. Feb 2023, 21:35