diff --git a/support-portal-frontend/src/app/component/professor/professor.component.css b/support-portal-frontend/src/app/component/professor/professor.component.css index 60a58d3..00ca9c4 100644 --- a/support-portal-frontend/src/app/component/professor/professor.component.css +++ b/support-portal-frontend/src/app/component/professor/professor.component.css @@ -21,6 +21,24 @@ width: calc(100% - 260px); max-width: 1600px; } +.form-textarea:disabled, +.form-input:disabled { + background: #f3f4f6; + color: #9ca3af; + cursor: not-allowed; + opacity: 0.7; +} + +.form-text { + font-size: 12px; + margin-top: 4px; + display: block; +} + +.text-muted { + color: #6b7280; + font-style: italic; +} /* Header Section */ .professor-header { diff --git a/support-portal-frontend/src/app/component/professor/professor.component.html b/support-portal-frontend/src/app/component/professor/professor.component.html index ee2a01a..2626b7d 100644 --- a/support-portal-frontend/src/app/component/professor/professor.component.html +++ b/support-portal-frontend/src/app/component/professor/professor.component.html @@ -13,14 +13,8 @@
-
@@ -116,8 +108,10 @@ - - + + @@ -141,16 +135,14 @@

{{ selectedProfessor.firstName }} {{ selectedProfessor.lastName }}

{{ selectedProfessor.email }}

- + {{ getCategoryDisplayName(selectedProfessor.category) }} - + {{ selectedProfessor.status }}
@@ -204,12 +196,14 @@

{{ selectedProfessor.description }}

-
+
Certification

{{ selectedProfessor.certification }}

-
+
Training

{{ selectedProfessor.training }}

@@ -256,26 +250,28 @@
@@ -336,22 +334,24 @@

Professional Details

- +
- +
- +
- +
@@ -361,15 +361,17 @@ Designation - +
- +
- +
@@ -378,7 +380,8 @@ Specialty - +
@@ -386,29 +389,37 @@ Description - +
+

Qualifications

- +
- +
- +
- + + + Training field is disabled for retired faculty +
@@ -416,19 +427,15 @@

Work Schedule

- +
- +
@@ -600,22 +618,24 @@

Professional Details

- +
- +
- +
- +
@@ -625,15 +645,17 @@ Designation - +
- +
- +
@@ -642,7 +664,8 @@ Specialty - +
@@ -650,29 +673,36 @@ Description - +

Qualifications

- +
- +
- +
- + + + Training field is disabled for retired faculty +
@@ -680,19 +710,15 @@

Work Schedule

- +
- +