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
1bf7470a
"git@sites.upe.br:walter.felipe/submeta.git" did not exist on "11f257bb89c1d32676e48d0983a5c1d6b4e19631"
Commit
1bf7470a
authored
May 11, 2023
by
Yuri Resende
Browse files
Desabilitando botões de rascunho
parent
c5cf76e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/finalizar.blade.php
View file @
1bf7470a
...
...
@@ -10,7 +10,7 @@
<div
class=
" d-flex justify-content-between align-items-center"
style=
"margin-top: 15px; margin-bottom:18px"
>
<h6
style=
"font-weight: bold"
><span
style=
"color: red; font-weight:bold"
>
*
</span>
Campos obrigatórios
</h6>
<button
id=
"submeterFormProposta"
type=
"submit"
style=
"display: none;"
></button>
<button
type=
"button"
class=
"btn btn-primary "
id=
"idButtonSubmitRascunho"
>
{{ __('Salvar como rascunho') }}
</button>
<!--
<button type="button" class="btn btn-primary " id="idButtonSubmitRascunho" >{{ __('Salvar como rascunho') }}</button>
-->
<button
type=
"submit"
class=
"btn btn-success"
id=
"idButtonSubmitProjeto"
>
{{ __('Submeter projeto') }}
</button>
</div>
...
...
resources/views/projeto/editaFormulario/finalizar.blade.php
View file @
1bf7470a
...
...
@@ -12,9 +12,9 @@
<button
id=
"submeterFormProposta"
type=
"submit"
style=
"display: none;"
></button>
<a
href=
"{{ route('proponente.projetosEdital', ['id' => $edital->id])}}"
class=
"btn btn-secondary"
>
Cancelar
</a>
@if(Auth::user()->tipo != 'administrador')
<!--
@if(Auth::user()->tipo != 'administrador')
<button type="submit" class="btn btn-primary " id="idButtonSubmitRascunho" >{{ __('Salvar como rascunho') }}</button>
@endif
@endif
-->
<button
type=
"submit"
class=
"btn btn-success"
id=
"idButtonSubmitProjeto"
>
{{ __('Submeter projeto') }}
</button>
</div>
@if($errors->any())
...
...
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