Commit 5d4e9992c5fd89d29b4acd6a98364795bbf99917

Authored by Bruno Menezes
1 parent 7e3c8f24
Exists in master and in 1 other branch 3.1

acrescentando forca coleta

src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 15
16 <form id="faturamento" class="form-horizontal" method="post" > 16 <form id="faturamento" class="form-horizontal" method="post" >
17 17
18 - <table class="table table-striped table-bordered"> 18 + <table class="display datatable" id="datatable">
19 19
20 <thead> 20 <thead>
21 <tr> 21 <tr>
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 </table> 57 </table>
58 </form> 58 </form>
59 59
60 - <table class="table table-striped table-bordered"> 60 + <table class="display datatable" id="datatable">
61 <thead> 61 <thead>
62 <tr> 62 <tr>
63 <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th> 63 <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th>
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 16
17 <form id="inativas" class="form-horizontal" method="post" > 17 <form id="inativas" class="form-horizontal" method="post" >
18 18
19 - <table class="table table-striped table-bordered"> 19 + <table class="display datatable" id="datatable">
20 <thead> 20 <thead>
21 <tr> 21 <tr>
22 <th width="10%" style="text-align: center"></th> 22 <th width="10%" style="text-align: center"></th>
@@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
63 63
64 </form> 64 </form>
65 65
66 - <table class="table table-striped table-bordered"> 66 + <table class="display datatable" id="datatable">
67 <thead> 67 <thead>
68 <tr> 68 <tr>
69 <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th> 69 <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th>
src/Cacic/RelatorioBundle/Resources/views/Faturamento/listarInativos.html.twig
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 7
8 <hr /> 8 <hr />
9 9
10 - <table class="table table-striped table-bordered"> 10 + <table class="display datatable" id="datatable">
11 <thead> 11 <thead>
12 <tr> 12 <tr>
13 <th width="5%" style="text-align: center"></th> 13 <th width="5%" style="text-align: center"></th>