no message
This commit is contained in:
@@ -34,14 +34,14 @@
|
|||||||
{
|
{
|
||||||
"caption": "Adresse",
|
"caption": "Adresse",
|
||||||
"name": "address",
|
"name": "address",
|
||||||
"width": "35%",
|
"width": "25%",
|
||||||
"add": "",
|
"add": "",
|
||||||
"edit": { "type": "ValidationTextBox" }
|
"edit": { "type": "ValidationTextBox" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "Ort",
|
"caption": "Ort",
|
||||||
"name": "city",
|
"name": "city",
|
||||||
"width": "20%",
|
"width": "25%",
|
||||||
"add": "",
|
"add": "",
|
||||||
"edit": { "type": "ValidationTextBox" }
|
"edit": { "type": "ValidationTextBox" }
|
||||||
}
|
}
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
{
|
{
|
||||||
"caption": "Benutzer-ID",
|
"caption": "Benutzer-ID",
|
||||||
"name": "user_id",
|
"name": "user_id",
|
||||||
"width": "15%",
|
"width": "20%",
|
||||||
"add": "",
|
"add": "",
|
||||||
"edit": { "type": "ValidationTextBox" }
|
"edit": { "type": "ValidationTextBox" }
|
||||||
}
|
}
|
||||||
@@ -124,21 +124,21 @@
|
|||||||
{
|
{
|
||||||
"caption": "Name",
|
"caption": "Name",
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"width": "25%",
|
"width": "20%",
|
||||||
"add": "",
|
"add": "",
|
||||||
"edit": { "type": "ValidationTextBox" }
|
"edit": { "type": "ValidationTextBox" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "Var. Verbrauch",
|
"caption": "Var. Verbrauch",
|
||||||
"name": "var_consumption",
|
"name": "var_consumption",
|
||||||
"width": "25%",
|
"width": "20%",
|
||||||
"add": 0,
|
"add": 0,
|
||||||
"edit": { "type": "SelectVariable" }
|
"edit": { "type": "SelectVariable" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "Benutzer-ID",
|
"caption": "Benutzer-ID",
|
||||||
"name": "user_id",
|
"name": "user_id",
|
||||||
"width": "15%",
|
"width": "20%",
|
||||||
"add": "",
|
"add": "",
|
||||||
"edit": { "type": "ValidationTextBox" }
|
"edit": { "type": "ValidationTextBox" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user