* Format codes.

This commit is contained in:
daitingting
2023-11-15 05:35:34 +00:00
parent f34d8145b3
commit 2b90dc2ab7
+6 -6
View File
@@ -22,14 +22,14 @@ formPanel
datePicker
(
set::name('begin'),
set::value($newBegin),
set::value($newBegin)
),
$lang->execution->to,
datePicker
(
set::name('end'),
set::value($newEnd),
),
set::value($newEnd)
)
)
),
formGroup
@@ -38,9 +38,9 @@ formPanel
editor
(
set::name('comment'),
set::rows('6'),
),
),
set::rows('6')
)
)
);
hr();
history();