Commit 4b4dc96d authored by antonioDurval's avatar antonioDurval
Browse files

Remoção temporaria das duas opções de substituição que não funcionam

parent a925c2e1
...@@ -101,17 +101,17 @@ ...@@ -101,17 +101,17 @@
<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; width:220px;" 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}})">
Substituir Participante Substituir Participante
</button> </button>
</div> </div> -->
<div class="col-4" style="text-align: center"> <!-- <div class="col-4" style="text-align: center">
<button style=" width:220px;" 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}})">
Substituir Plano de Trabalho Substituir Plano de Trabalho
</button> </button>
</div> </div> -->
<div class="col-4"> <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}})"> <button style="float: left; width:220px;" type="button" id="btnSubmitCompleto" class="btn btn-info" onclick="subsDiscenteCompleto({{$participante->id}})">
Substituir Ambos Substituir Ambos
</button> </button>
......
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