Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
10419a27
Commit
10419a27
authored
4 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
added minimum characters error message and changed note text
parent
517372a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+3
-2
public/index.html
with
3 additions
and
2 deletions
+3
-2
public/index.html
+
3
-
2
View file @
10419a27
...
...
@@ -56,13 +56,14 @@
id=
"inputTextCharacters"
name=
"inputTextCharacters"
value=
""
>
<div
id=
"textCharacters-validation"
class=
"error-message"
>
Please enter number the of characters.
</div>
</div>
<div
id=
"min-count-validation"
class=
"error-message"
>
Please enter minimum number the of characters.
</div>
<div
class=
"more-information"
>
<div>
<h4>
<span>
ⓘ
</span>
Note
</h4>
</div>
<div>
<div>
Minimum number of characters fo
r school level
should be;
First Year: 100, Second Year: 100, Third Year: 400, F
ourth
Y
ear
: 400
</div>
<div>
Please enter a text of more than 100 alphabetic characters for first and second yea
r school level
s,
and 400 alphabetic characters for third and f
ourth
y
ear
school levels.
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets