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
db5f4599
Commit
db5f4599
authored
Feb 07, 2022
by
Guilherme Silva
Browse files
Ajustes visual na solicitação de susbstituição por parte do docente
parent
98a1a1c0
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipante.blade.php
View file @
db5f4599
...
@@ -63,18 +63,18 @@
...
@@ -63,18 +63,18 @@
<
div
class
=
"modal-body"
>
<
div
class
=
"modal-body"
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-4"
>
<
div
class
=
"col-4"
>
<
button
style
=
"float: right;"
type
=
"button"
id
=
"btnSubmitDiscente"
class
=
"btn btn-info"
onclick
=
"subsDiscenteDados(
{
{$participante->id}
}
)"
>
<
button
style
=
"float: right;
width:220px;
"
type
=
"button"
id
=
"btnSubmitDiscente"
class
=
"btn btn-info"
onclick
=
"subsDiscenteDados(
{
{$participante->id}
}
)"
>
Novo
Disce
nte
Substituir
Participa
nte
</
button
>
</
button
>
</
div
>
</
div
>
<
div
class
=
"col-4"
style
=
"text-align: center"
>
<
div
class
=
"col-4"
style
=
"text-align: center"
>
<
button
type
=
"button"
id
=
"btnSubmitManter"
class
=
"btn btn-info"
onclick
=
"subsDiscentePlano(
{
{$participante->id}
}
)"
>
<
button
style
=
" width:220px;"
type
=
"button"
id
=
"btnSubmitManter"
class
=
"btn btn-info"
onclick
=
"subsDiscentePlano(
{
{$participante->id}
}
)"
>
Plano
de
Trabalho
Substituir
Plano
de
Trabalho
</
button
>
</
button
>
</
div
>
</
div
>
<
div
class
=
"col-4"
>
<
div
class
=
"col-4"
>
<
button
style
=
"float: left;"
type
=
"button"
id
=
"btnSubmitCompleto"
class
=
"btn btn-info"
onclick
=
"subsDiscenteCompleto(
{
{$participante->id}
}
)"
>
<
button
style
=
"float: left;
width:220px;
"
type
=
"button"
id
=
"btnSubmitCompleto"
class
=
"btn btn-info"
onclick
=
"subsDiscenteCompleto(
{
{$participante->id}
}
)"
>
Completo
Substituir
Ambos
</
button
>
</
button
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
db5f4599
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
@
elseif
(
$projeto
->
evento
->
resultado_final
<=
$hoje
)
@
elseif
(
$projeto
->
evento
->
resultado_final
<=
$hoje
)
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
<
a
href
=
"{{route('trabalho.trocaParticipante', ['evento_id' =>
$projeto->evento
->id, 'projeto_id' =>
$projeto->id
])}}"
class
=
"dropdown-item"
style
=
"text-align: center;"
>
S
ubstituir
participante
S
olicitar
Substituições
</
a
>
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
hr
class
=
"dropdown-hr"
>
@
endif
@
endif
...
...
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