* zin: split form to form and formPanel

This commit is contained in:
Hao Sun
2023-04-19 10:33:12 +08:00
parent c447e8c166
commit a2d36c222e
4 changed files with 56 additions and 21 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jsVar('weekend', $config->execution->weekend);
useData('title', $parentID ? $lang->program->children : $lang->program->create);
form
formPanel
(
on::change('#parent', 'onParentChange'),
on::change('#budget', 'onBudgetChange'),