Commit 4ffa8140 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Mudança nos textos apresentados nas telas de subsituições

parent c9487102
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
<th scope="col">Participante Substituido</th> <th scope="col">Participante Substituído</th>
<th scope="col">Participante Substituto</th> <th scope="col">Participante Substituto</th>
<th scope="col">Plano Substituto</th> <th scope="col">Plano Substituto</th>
<th scope="col">Opção</th> <th scope="col">Opção</th>
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<div class="row"> <div class="row">
<div class="col-4"> <div class="col-4">
<h5 class="card-title" style= "color:#1492E6"> <h5 class="card-title" style= "color:#1492E6">
Participante Substituido Participante Substituído
</h5> </h5>
</div> </div>
<div class="col-4"> <div class="col-4">
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<div class="row"> <div class="row">
<div class="col-4"> <div class="col-4">
<h5 class="card-title" style= "color:#1492E6"> <h5 class="card-title" style= "color:#1492E6">
Participante Substituido Participante Substituído
</h5> </h5>
</div> </div>
<div class="col-4"> <div class="col-4">
......
...@@ -605,7 +605,6 @@ ...@@ -605,7 +605,6 @@
<h5>Observações</h5> <h5>Observações</h5>
</div> </div>
<div class="col-12"> <div class="col-12">
<label for="observacaoTextArea">Observação:</label>
<textarea class="form-control" id="observacaoTextArea" rows="3" name="textObservacao" ></textarea> <textarea class="form-control" id="observacaoTextArea" rows="3" name="textObservacao" ></textarea>
</div> </div>
<div class="col-12 mt-4"> <div class="col-12 mt-4">
......
...@@ -551,7 +551,6 @@ ...@@ -551,7 +551,6 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg"> <div class="col-lg">
<label for="observacaoTextArea">Observação:</label>
<textarea class="form-control" id="observacaoTextArea" rows="3" name="textObservacao" placeholder="{{$subs->observacao}}" disabled></textarea> <textarea class="form-control" id="observacaoTextArea" rows="3" name="textObservacao" placeholder="{{$subs->observacao}}" disabled></textarea>
</div> </div>
</div> </div>
......
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