From 95489d76a1ad72f71e47191ea509b7d98284501b Mon Sep 17 00:00:00 2001 From: wangyidong Date: Sat, 23 Dec 2023 15:48:17 +0800 Subject: [PATCH] * Fix bug #41756. --- module/branch/ui/create.html.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/module/branch/ui/create.html.php b/module/branch/ui/create.html.php index 71d45d953d..62ff01e8cb 100644 --- a/module/branch/ui/create.html.php +++ b/module/branch/ui/create.html.php @@ -15,15 +15,13 @@ namespace zin; formPanel ( set::title(sprintf($lang->branch->create, $lang->product->branchName[$product->type])), - set::shadow(!isonlybody()), + set::shadow(!isInModal()), formGroup ( set::label(sprintf($lang->branch->name, $lang->product->branchName[$product->type])), set::required(true), - input - ( - set::name('name') - ) + set::name('name'), + set::control('input') ), formGroup (