Merge branch dev/bug-64155 of zentao/zentaopms (#10488)
This commit is contained in:
@@ -13,6 +13,7 @@ formPanel
|
||||
(
|
||||
setID('createForm'),
|
||||
set::title($title),
|
||||
set::labelWidth('120px'),
|
||||
formGroup
|
||||
(
|
||||
set::label($lang->tree->name),
|
||||
|
||||
@@ -41,6 +41,7 @@ formPanel
|
||||
setID('editForm'),
|
||||
set::action(helper::createLink($app->rawModule, $app->rawMethod, 'module=' . $module->id .'&type=' . $type)),
|
||||
set::submitBtnText($lang->save),
|
||||
set::labelWidth('100px'),
|
||||
$showProduct ? formRow
|
||||
(
|
||||
formGroup
|
||||
|
||||
Reference in New Issue
Block a user