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
58464758
Commit
58464758
authored
Sep 11, 2024
by
carlvercosaa
Browse files
Add sinalizacao do tipo de preenchimento dos campos
parent
846e1f70
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/criarEvento.blade.php
View file @
58464758
...
...
@@ -59,14 +59,14 @@
@
enderror
</
div
>
<
div
class
=
"col-sm-2"
>
{{
--
<
div
class
=
"col-sm-2"
>
<
label
for
=
"quantidade_ods"
class
=
"col-form-label"
>
{{
__
(
'Quantidade de ODS\'s:'
)
}}
<
span
style
=
"color:red; font-weight:bold;"
>*</
span
></
label
>
<
select
id
=
"quantidade_ods"
class
=
"form-control"
name
=
"quantidade_ods"
required
>
@
for
(
$i
=
1
;
$i
<=
5
;
$i
++
)
<
option
value
=
"{{
$i
}}"
@
if
(
old
(
'quantidade_ods'
)
==
$i
)
selected
@
endif
>
{{
$i
}}
</
option
>
@
endfor
</
select
>
</
div
>
</
div
>
--
}}
<
div
class
=
"col-sm-3"
>
<
label
for
=
"natureza"
class
=
"col-form-label"
>
{{
__
(
'Natureza:'
)
}}
<
span
style
=
"color:red; font-weight:bold;"
>*</
span
></
label
>
...
...
resources/views/evento/formulario/proponente.blade.php
View file @
58464758
...
...
@@ -42,7 +42,7 @@
<div
class=
"col-md-10"
>
<br>
<input
class=
"form-control @error('linkGrupoPesquisa') is-invalid @enderror"
type=
"url"
name=
"linkGrupoPesquisa"
value=
"{{ old('linkGrupoPesquisa') }}"
>
value=
"{{ old('linkGrupoPesquisa') }}"
placeholder=
"Insira um link"
>
@error('linkGrupoPesquisa')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<strong>
{{ $message }}
</strong>
...
...
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