From 83f7ecb15b7dde122a896e80a5e6e55ea53c6e6c Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Jul 2022 18:15:40 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20de=20cor=20dos=20asterico?= =?UTF-8?q?s=20e=20adia=C3=A7=C3=A3o=20em=20alguns=20campos=20que=20s?= =?UTF-8?q?=C3=A3o=20obrigatorios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/evento/criarEvento.blade.php | 36 +++++++++---------- resources/views/evento/editarEvento.blade.php | 36 +++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/views/evento/criarEvento.blade.php b/resources/views/evento/criarEvento.blade.php index 2c7d56b..f21f80c 100755 --- a/resources/views/evento/criarEvento.blade.php +++ b/resources/views/evento/criarEvento.blade.php @@ -16,7 +16,7 @@ {{-- nome | Participantes | Tipo--}}
- + @error('nome') @@ -27,7 +27,7 @@
- + @foreach ($naturezas as $natureza) @@ -57,7 +57,7 @@ @enderror
- + @@ -94,7 +94,7 @@
- + @error('descricao') @@ -108,7 +108,7 @@
- +
@@ -194,7 +194,7 @@
- + @error('inicioSubmissao') @@ -214,7 +214,7 @@ @enderror
- + @error('fimSubmissao') @@ -227,7 +227,7 @@
- + @error('inicioRevisao') @@ -237,7 +237,7 @@ @enderror
- + @error('fimRevisao') @@ -250,7 +250,7 @@
- + @error('resultado_preliminar') @@ -260,7 +260,7 @@ @enderror
- + @error('inicio_recurso') @@ -273,7 +273,7 @@
- + @error('fim_recurso') @@ -284,7 +284,7 @@
- + @error('resultado_final') @@ -298,7 +298,7 @@
- + @error('inicioProjeto') @@ -309,7 +309,7 @@
- + @error('fimProjeto') @@ -389,7 +389,7 @@
- + @if(old('pdfEditalPreenchido') != null) Arquivo atual @endif @@ -422,7 +422,7 @@
- + @if(old('pdfFormAvalExternoPreenchido') != null) Arquivo atual @endif diff --git a/resources/views/evento/editarEvento.blade.php b/resources/views/evento/editarEvento.blade.php index cbb7e6d..ade250b 100755 --- a/resources/views/evento/editarEvento.blade.php +++ b/resources/views/evento/editarEvento.blade.php @@ -16,7 +16,7 @@ {{-- nome | Tipo--}}
{{--Nome do evento--}} - + @error('nome') @@ -28,7 +28,7 @@ {{-- Tipo do evento --}}
- + @foreach ($naturezas as $natureza) @if ($natureza->id === $evento->natureza_id) @@ -62,7 +62,7 @@ @enderror
- + @error('numParticipantes') @@ -99,7 +99,7 @@
- + @error('descricao') @@ -113,7 +113,7 @@
- +
@@ -185,7 +185,7 @@ {{-- Início da Submissão --}}
- + @error('inicioSubmissao') @@ -196,7 +196,7 @@
{{-- end Início da Submissão --}} {{-- Fim da submissão --}}
- + @error('fimSubmissao') @@ -208,7 +208,7 @@
{{-- end dataInicio | dataFim | inicioSubmissao | fimSubmissao --}}
- + @error('inicioRevisao') @@ -218,7 +218,7 @@ @enderror
- + @error('fimRevisao') @@ -232,7 +232,7 @@ {{-- inicioRevisao | fimRevisao | inicioResultado | fimResultado--}}
- + @error('resultado_preliminar') @@ -242,7 +242,7 @@ @enderror
- + @error('inicio_recurso') @@ -255,7 +255,7 @@
- + @error('fim_recurso') @@ -266,7 +266,7 @@
- + @error('resultado_final') @@ -280,7 +280,7 @@
- + @error('inicioProjeto') @@ -291,7 +291,7 @@
- + @error('fimProjeto') @@ -369,7 +369,7 @@
- + @@ -401,7 +401,7 @@
- + -- GitLab