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
d11c026d
Unverified
Commit
d11c026d
authored
Dec 07, 2023
by
Antônio Durval
Committed by
GitHub
Dec 07, 2023
Browse files
Merge pull request #935 from antonioDurval/master
Remoção temporaria das duas opções de substituição que não funcionam
parents
a925c2e1
4b4dc96d
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipante.blade.php
View file @
d11c026d
...
...
@@ -101,17 +101,17 @@
<
div
class
=
"modal-body"
>
<
div
class
=
"row"
>
<
div
class
=
"col-4"
>
<!--
<
div
class
=
"col-4"
>
<
button
style
=
"float: right; width:220px;"
type
=
"button"
id
=
"btnSubmitDiscente"
class
=
"btn btn-info"
onclick
=
"subsDiscenteDados(
{
{$participante->id}
}
)"
>
Substituir
Participante
</
button
>
</
div
>
<
div
class
=
"col-4"
style
=
"text-align: center"
>
</
div
>
-->
<!--
<
div
class
=
"col-4"
style
=
"text-align: center"
>
<
button
style
=
" width:220px;"
type
=
"button"
id
=
"btnSubmitManter"
class
=
"btn btn-info"
onclick
=
"subsDiscentePlano(
{
{$participante->id}
}
)"
>
Substituir
Plano
de
Trabalho
</
button
>
</
div
>
<
div
class
=
"col-4"
>
</
div
>
-->
<
div
class
=
"col-4"
style
=
"margin:auto"
>
<
button
style
=
"float: left; width:220px;"
type
=
"button"
id
=
"btnSubmitCompleto"
class
=
"btn btn-info"
onclick
=
"subsDiscenteCompleto(
{
{$participante->id}
}
)"
>
Substituir
Ambos
</
button
>
...
...
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