* Fix bug #41921.
This commit is contained in:
@@ -11,3 +11,5 @@
|
||||
.productBox div[id^=plan] {flex: 1 1;}
|
||||
#mainContent .input-group.required {position: relative;}
|
||||
#mainContent .input-group.required:after {content: '*'; color: rgba(var(--color-danger-500-rgb),var(--tw-text-opacity)); position: absolute; top: 0.5rem; right: 0.125rem;}
|
||||
#mainContent .form-horz .form-group {padding-left: 7rem;}
|
||||
#mainContent .form-horz .form-label {width: 7rem;}
|
||||
|
||||
@@ -48,7 +48,7 @@ if(!empty($products))
|
||||
set::width($hasBranch ? '1/4' : '1/2'),
|
||||
set('id', 'linkProduct'),
|
||||
set::required(true),
|
||||
$i == 0 ? set::label($lang->project->manageProducts) : set::label(''),
|
||||
$i == 0 ? set::label($lang->project->manageProductPlan) : set::label(''),
|
||||
inputGroup
|
||||
(
|
||||
div
|
||||
@@ -402,7 +402,7 @@ formPanel
|
||||
(
|
||||
set::width('1/2'),
|
||||
set('id', 'linkProduct'),
|
||||
set::label($lang->project->manageProducts),
|
||||
set::label($lang->project->manageProductPlan),
|
||||
inputGroup
|
||||
(
|
||||
$programID ? setClass('required') : null,
|
||||
|
||||
Reference in New Issue
Block a user