Commit db5f4599 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Ajustes visual na solicitação de susbstituição por parte do docente

parent 98a1a1c0
......@@ -63,18 +63,18 @@
<div class="modal-body">
<div class="row">
<div class="col-4">
<button style="float: right;" type="button" id="btnSubmitDiscente" class="btn btn-info" onclick="subsDiscenteDados({{$participante->id}})">
Novo Discente
<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">
<button type="button" id="btnSubmitManter" class="btn btn-info" onclick="subsDiscentePlano({{$participante->id}})">
Plano de Trabalho
<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">
<button style="float: left;" type="button" id="btnSubmitCompleto" class="btn btn-info" onclick="subsDiscenteCompleto({{$participante->id}})">
Completo
<button style="float: left; width:220px;" type="button" id="btnSubmitCompleto" class="btn btn-info" onclick="subsDiscenteCompleto({{$participante->id}})">
Substituir Ambos
</button>
</div>
</div>
......
......@@ -109,7 +109,7 @@
<hr class="dropdown-hr">
@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;">
Substituir participante
Solicitar Substituições
</a>
<hr class="dropdown-hr">
@endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment