* Refactor style of the edit execution.

This commit is contained in:
tianshujie
2023-06-29 14:24:25 +08:00
parent c833fa2505
commit 9e7ebe354a
4 changed files with 18 additions and 12 deletions
+2 -1
View File
@@ -406,10 +406,11 @@ else
$productsBox[] = formHidden('branch', json_encode(array_values($linkedBranches)));
}
if(helper::isAjaxRequest('modal')) modalHeader(set::title($lang->execution->edit));
formPanel
(
set::class('editPanel'),
modalHeader(set::title($lang->execution->edit)),
!helper::isAjaxRequest('modal') ? modalHeader(set::title($lang->execution->edit)) : null,
$projectBox,
formGroup
(