Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
a53e3756
Commit
a53e3756
authored
Oct 13, 2021
by
Guilherme Silva
Browse files
Tornando o campo justificativa obrigatório
parent
6004afc9
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analiseSubstituicoes.blade.php
View file @
a53e3756
...
...
@@ -69,7 +69,7 @@
<
div
class
=
"col-12"
>
<
div
class
=
"form-group"
>
<
label
for
=
"justificativaTextArea"
>
Justificativa
:</
label
>
<
textarea
class
=
"form-control"
id
=
"justificativaTextArea"
rows
=
"3"
name
=
"textJustificativa"
minlength
=
"20"
>
Substituição
cumpre
com
todos
os
requisitos
</
textarea
>
<
textarea
class
=
"form-control"
id
=
"justificativaTextArea"
rows
=
"3"
name
=
"textJustificativa"
minlength
=
"20"
required
>
Substituição
cumpre
com
todos
os
requisitos
</
textarea
>
</
div
>
<
select
class
=
"custom-select"
name
=
"selectJustificativa"
>
<
option
value
=
"DESISTENCIA"
>
DESISTÊNCIA
</
option
>
...
...
@@ -110,7 +110,7 @@
<
div
class
=
"col-12"
>
<
div
class
=
"form-group"
>
<
label
for
=
"justificativaTextArea"
>
Justificativa
:</
label
>
<
textarea
class
=
"form-control"
id
=
"justificativaTextArea"
rows
=
"3"
name
=
"textJustificativa"
minlength
=
"20"
></
textarea
>
<
textarea
class
=
"form-control"
id
=
"justificativaTextArea"
rows
=
"3"
name
=
"textJustificativa"
minlength
=
"20"
required
></
textarea
>
</
div
>
<
select
class
=
"custom-select"
name
=
"selectJustificativa"
>
<
option
value
=
"DESISTENCIA"
>
DESISTÊNCIA
</
option
>
...
...
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