luizbg
This commit is contained in:
@@ -1,22 +1,5 @@
|
|||||||
{
|
{
|
||||||
"elements":[
|
"elements":[
|
||||||
{
|
|
||||||
"type": "SelectVariable",
|
|
||||||
"name": "Reservate",
|
|
||||||
"caption": "Betrag reservieren",
|
|
||||||
"test": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "SelectVariable",
|
|
||||||
"name": "GetAmount",
|
|
||||||
"caption": "Betrag Abziehen",
|
|
||||||
"test": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "SelectVariable",
|
|
||||||
"name": "HTMLBox",
|
|
||||||
"caption": "HTMLBox",
|
|
||||||
"test": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -104,7 +104,7 @@ class Belevo_Bezahl_Modul extends IPSModule
|
|||||||
</body>
|
</body>
|
||||||
</html>';
|
</html>';
|
||||||
|
|
||||||
SetValue($this->GetIDForIdent("HTMLContent"), $html); // Baut das HTML auf
|
SetValue("HTMLContent", $html); // Baut das HTML auf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.012",
|
"version": "1.013",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user