err
This commit is contained in:
@@ -7,9 +7,12 @@ class Belevo_Bezahl_Modul extends IPSModule
|
|||||||
{
|
{
|
||||||
// Die Standard-Create() Methode aufrufen
|
// Die Standard-Create() Methode aufrufen
|
||||||
parent::Create();
|
parent::Create();
|
||||||
|
$this->RegisterPropertyInteger("Reservate", 0);
|
||||||
|
$this->RegisterPropertyInteger("GetAmount", 0);
|
||||||
|
$this->RegisterPropertyInteger("HTMLBox", 0);
|
||||||
|
$this->RegisterVariableInteger("ReservationAmount", "ReservationAmount", '', 0);
|
||||||
$this->RegisterVariableInteger("ReservationAmount", "ReservationAmount", '', 0);
|
$this->RegisterVariableInteger("ReservationAmount", "ReservationAmount", '', 0);
|
||||||
$this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false);
|
$this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false);
|
||||||
$this->RegisterVariableString("HTMLContent", "HTMLContent", '', '');
|
|
||||||
|
|
||||||
// Initiales HTML setzen
|
// Initiales HTML setzen
|
||||||
$this->SetHTMLContent();
|
$this->SetHTMLContent();
|
||||||
@@ -104,7 +107,7 @@ class Belevo_Bezahl_Modul extends IPSModule
|
|||||||
</body>
|
</body>
|
||||||
</html>';
|
</html>';
|
||||||
|
|
||||||
SetValue($this->GetIDForIdent("HTMLContent"), $html); // Baut das HTML auf
|
SetValue($this->ReadPropertyInteger("HTMLBox"), $html); // Baut das HTML auf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.014",
|
"version": "1.015",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user