Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
HIAST-Clinics
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
almohanad.hafez
HIAST-Clinics
Commits
65bc5fc3
Commit
65bc5fc3
authored
Aug 24, 2024
by
Almouhannad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(F) Edit error messages font weight
parent
aab73747
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
login-form.component.css
...onents/authentication/login-form/login-form.component.css
+4
-0
login-form.component.html
...nents/authentication/login-form/login-form.component.html
+2
-2
employee-serial-number-pop-up.component.css
...number-pop-up/employee-serial-number-pop-up.component.css
+4
-0
employee-serial-number-pop-up.component.html
...umber-pop-up/employee-serial-number-pop-up.component.html
+1
-1
No files found.
Clinics.Frontend/src/app/components/authentication/login-form/login-form.component.css
View file @
65bc5fc3
...
@@ -48,3 +48,7 @@
...
@@ -48,3 +48,7 @@
color
:
var
(
--accent-color
);
color
:
var
(
--accent-color
);
background-color
:
white
;
background-color
:
white
;
}
}
.custom-errors
{
font-weight
:
700
;
}
\ No newline at end of file
Clinics.Frontend/src/app/components/authentication/login-form/login-form.component.html
View file @
65bc5fc3
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
dir=
"ltr"
[(
ngModel
)]="
formModel
.
userName
"
name=
"userName"
#
userName=
"ngModel"
required
dir=
"ltr"
[(
ngModel
)]="
formModel
.
userName
"
name=
"userName"
#
userName=
"ngModel"
required
maxlength=
"50"
>
maxlength=
"50"
>
<div
*
ngIf=
"(userName.touched || userName.dirty) && userName.errors"
class=
"mt-2"
>
<div
*
ngIf=
"(userName.touched || userName.dirty) && userName.errors"
class=
"mt-2
custom-errors
"
>
<span
class=
"text-danger"
>
<span
class=
"text-danger"
>
{{
{{
userName.errors['required'] ? 'هذا الحقل مطلوب'
userName.errors['required'] ? 'هذا الحقل مطلوب'
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
dir=
"ltr"
[(
ngModel
)]="
formModel
.
password
"
name=
"password"
#
password=
"ngModel"
required
dir=
"ltr"
[(
ngModel
)]="
formModel
.
password
"
name=
"password"
#
password=
"ngModel"
required
maxlength=
"50"
>
maxlength=
"50"
>
<div
*
ngIf=
"(password.touched || password.dirty) && password.errors"
class=
"mt-2"
>
<div
*
ngIf=
"(password.touched || password.dirty) && password.errors"
class=
"mt-2
custom-errors
"
>
<span
class=
"text-danger"
>
<span
class=
"text-danger"
>
{{
{{
password.errors['required'] ? 'هذا الحقل مطلوب'
password.errors['required'] ? 'هذا الحقل مطلوب'
...
...
Clinics.Frontend/src/app/components/receptionist/employee-serial-number-pop-up/employee-serial-number-pop-up.component.css
View file @
65bc5fc3
...
@@ -48,3 +48,7 @@
...
@@ -48,3 +48,7 @@
color
:
var
(
--accent-color
);
color
:
var
(
--accent-color
);
background-color
:
white
;
background-color
:
white
;
}
}
.custom-errors
{
font-weight
:
700
;
}
\ No newline at end of file
Clinics.Frontend/src/app/components/receptionist/employee-serial-number-pop-up/employee-serial-number-pop-up.component.html
View file @
65bc5fc3
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
dir=
"ltr"
[(
ngModel
)]="
formModel
.
serialNumber
"
name=
"serialNumber"
#
serialNumber=
"ngModel"
required
dir=
"ltr"
[(
ngModel
)]="
formModel
.
serialNumber
"
name=
"serialNumber"
#
serialNumber=
"ngModel"
required
maxlength=
"50"
>
maxlength=
"50"
>
<div
*
ngIf=
"(serialNumber.touched || serialNumber.dirty) && serialNumber.errors"
class=
"mt-2"
>
<div
*
ngIf=
"(serialNumber.touched || serialNumber.dirty) && serialNumber.errors"
class=
"mt-2
custom-errors
"
>
<span
class=
"text-danger"
>
<span
class=
"text-danger"
>
{{
{{
serialNumber.errors['required'] ? 'هذا الحقل مطلوب'
serialNumber.errors['required'] ? 'هذا الحقل مطلوب'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment