[mod] page:event_add:labels hinzugefügt
This commit is contained in:
parent
fc0ee92094
commit
b397b6370d
1 changed files with 10 additions and 0 deletions
|
@ -85,6 +85,11 @@ namespace _zeitbild.frontend_web.pages
|
|||
{
|
||||
"name": "begin",
|
||||
"input": new lib_plankton.zoo_input.class_input_datetime(
|
||||
{
|
||||
"label_timezone_shift": lib_plankton.translate.get("common.timezone_shift"),
|
||||
"label_date": lib_plankton.translate.get("common.date"),
|
||||
"label_time": lib_plankton.translate.get("common.time"),
|
||||
}
|
||||
),
|
||||
"label": lib_plankton.translate.get("event.begin")
|
||||
},
|
||||
|
@ -92,6 +97,11 @@ namespace _zeitbild.frontend_web.pages
|
|||
"name": "end",
|
||||
"input": new lib_plankton.zoo_input.class_input_soft<lib_plankton.pit.type_datetime>(
|
||||
new lib_plankton.zoo_input.class_input_datetime(
|
||||
{
|
||||
"label_timezone_shift": lib_plankton.translate.get("common.timezone_shift"),
|
||||
"label_date": lib_plankton.translate.get("common.date"),
|
||||
"label_time": lib_plankton.translate.get("common.time"),
|
||||
}
|
||||
)
|
||||
),
|
||||
"label": lib_plankton.translate.get("event.end")
|
||||
|
|
Loading…
Add table
Reference in a new issue