@@ -135,7 +135,7 @@ <h3 class="auth__title">Привет, {{ profile.firstName }} {{ profile.lastNam
135135 < app-select
136136 formControlName ="completionYear "
137137 placeholder ="2023 год "
138- [options] ="yearListEducation.slice(5) "
138+ [options] ="yearListEducation "
139139 >
140140 < i appIcon icon ="arrow-no-body " appSquare ="32 "> </ i >
141141 </ app-select >
@@ -166,7 +166,7 @@ <h3 class="auth__title">Привет, {{ profile.firstName }} {{ profile.lastNam
166166 </ fieldset >
167167 } @if (stageForm.get("educationStatus"); as educationStatus) {
168168 < fieldset >
169- < label for ="educationStatus " class ="field-label "> Должность </ label >
169+ < label for ="educationStatus " class ="field-label "> Статус </ label >
170170 < app-select
171171 [selectedId] ="selectedEducationStatusId() "
172172 formControlName ="educationStatus "
@@ -248,7 +248,7 @@ <h3 class="auth__title">Привет, {{ profile.firstName }} {{ profile.lastNam
248248 class ="edit "
249249 appIcon
250250 icon ="edit-pen "
251- appSquare ="20 "
251+ appSquare ="24 "
252252 (click) ="editEducation($index) "
253253 > </ i >
254254 </ div >
@@ -525,43 +525,48 @@ <h3 class="auth__title">Привет, {{ profile.firstName }} {{ profile.lastNam
525525 > {{ tooltipLanguageText }}</ span
526526 >
527527 </ div >
528- < div class ="page__years ">
529- @if (stageForm.get("language"); as language) {
530- < fieldset class ="years__left ">
531- < label for ="language " class ="field-label "> Уровень</ label >
532- < app-select
533- [selectedId] ="selectedLanguageId() "
534- formControlName ="language "
535- placeholder ="Английский "
536- [options] ="languageList "
537- >
538- < i appIcon icon ="arrow-no-body " appSquare ="32 " class ="arrow-list__end "> </ i >
539- </ app-select >
528+ < div class ="page__years--wrapper ">
529+ < div class ="page__years ">
530+ @if (stageForm.get("language"); as language) {
531+ < fieldset class ="years__left ">
532+ < label for ="language " class ="field-label "> Уровень</ label >
533+ < app-select
534+ [selectedId] ="selectedLanguageId() "
535+ formControlName ="language "
536+ placeholder ="Английский "
537+ [options] ="languageList "
538+ >
539+ < i appIcon icon ="arrow-no-body " appSquare ="32 " class ="arrow-list__end "> </ i >
540+ </ app-select >
540541
541- @if (language | controlError: "required") {
542- < div class ="text-body-14 error ">
543- {{ errorMessage.VALIDATION_REQUIRED }}
544- </ div >
545- }
546- </ fieldset >
547- } @if (stageForm.get("languageLevel"); as languageLevel) {
548- < fieldset class ="years__right " style ="margin-top: 26px ">
549- < app-select
550- [selectedId] ="selectedLanguageLevelId() "
551- formControlName ="languageLevel "
552- placeholder ="B1 "
553- [options] ="languageLevelList "
554- >
555- < i appIcon icon ="arrow-no-body " appSquare ="32 " class ="arrow-list__end "> </ i >
556- </ app-select >
542+ @if (language | controlError: "required") {
543+ < div class ="text-body-14 error ">
544+ {{ errorMessage.VALIDATION_REQUIRED }}
545+ </ div >
546+ }
547+ </ fieldset >
548+ } @if (stageForm.get("languageLevel"); as languageLevel) {
549+ < fieldset class ="years__right " style ="margin-top: 26px ">
550+ < app-select
551+ [selectedId] ="selectedLanguageLevelId() "
552+ formControlName ="languageLevel "
553+ placeholder ="B1 "
554+ [options] ="languageLevelList "
555+ >
556+ < i appIcon icon ="arrow-no-body " appSquare ="32 " class ="arrow-list__end "> </ i >
557+ </ app-select >
557558
558- @if (languageLevel | controlError: "required") {
559- < div class ="text-body-14 error ">
560- {{ errorMessage.VALIDATION_REQUIRED }}
561- </ div >
559+ @if (languageLevel | controlError: "required") {
560+ < div class ="text-body-14 error ">
561+ {{ errorMessage.VALIDATION_REQUIRED }}
562+ </ div >
563+ }
564+ </ fieldset >
562565 }
563- </ fieldset >
564- }
566+ </ div >
567+ < span class ="text-body-12 page__years--attention "
568+ > Количество добавляемых языков не более 4-х</ span
569+ >
565570 </ div >
566571
567572 < app-button
@@ -642,7 +647,7 @@ <h3 class="auth__title">Привет, {{ profile.firstName }} {{ profile.lastNam
642647 < div class ="cancel ">
643648 < div class ="cancel__top ">
644649 < i (click) ="isModalErrorYear.set(false) " appIcon icon ="cross " class ="cancel__cross "> </ i >
645- < p class ="cancel__title text-bold-body-16 "> Произошла ошибка при редактировании !</ p >
650+ < p class ="cancel__title text-bold-body-16 "> Произошла ошибка при отправке данных !</ p >
646651 </ div >
647652 < p class ="text-body-14 cancel__text "> {{ isModalErrorYearText() }}.</ p >
648653 </ div >
0 commit comments