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