Skip to content

Commit

Permalink
Corrige erros
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 2, 2024
1 parent 7c81c8e commit e3f94ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resources/views/enrollments/batch/cancel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<table class="table-default">
<thead>
<tr>
<th width="25"><label><input class="enrollment-check-master" type="checkbox" /></label></th>
<th width="25"><label for="mark-all"><input id="mark-all" class="enrollment-check-master" type="checkbox" /></label></th>
<th width="100">Matrícula</th>
<th>Nome</th>
<th>Data da enturmação</th>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/enrollments/batch/enroll.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<table class="table-default">
<thead>
<tr>
<th width="25"><label><input class="registration-check-master" type="checkbox" /></label></th>
<th width="25"><label for="mark-all"><input id="mark-all" class="registration-check-master" type="checkbox" /></label></th>
<th width="100">Matrícula</th>
<th>Nome</th>
<th>Data de saída</th>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/enrollments/enroll.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@section('content')
<form id="enrollments-enroll" action="{{ Asset::get('/matricula/' . $registration->id . '/enturmar/' . $schoolClass->id)}}" method="post">
<table class="table-default">
<table class="table-default" role="presentation">
<thead>
<tr>
<td colspan="2"><b>Enturmar</b></td>
Expand Down
6 changes: 2 additions & 4 deletions resources/views/layout/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,8 @@
</tr>

<tr class="rodape">
<td colspan="3">
<center>
@include('layout.footer')
</center>
<td colspan="3" style="text-align: center">
@include('layout.footer')
</td>
</tr>
</table>
Expand Down
1 change: 1 addition & 0 deletions resources/views/mails/new-user.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE>
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br">
<head>
<title>Bem-vindo</title>
Expand Down

0 comments on commit e3f94ae

Please sign in to comment.