Commit 5d4e9992c5fd89d29b4acd6a98364795bbf99917
1 parent
7e3c8f24
Exists in
master
and in
1 other branch
acrescentando forca coleta
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | |
16 | 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 | 20 | <thead> |
21 | 21 | <tr> |
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | </table> |
58 | 58 | </form> |
59 | 59 | |
60 | - <table class="table table-striped table-bordered"> | |
60 | + <table class="display datatable" id="datatable"> | |
61 | 61 | <thead> |
62 | 62 | <tr> |
63 | 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 | 16 | |
17 | 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 | 20 | <thead> |
21 | 21 | <tr> |
22 | 22 | <th width="10%" style="text-align: center"></th> |
... | ... | @@ -63,7 +63,7 @@ |
63 | 63 | |
64 | 64 | </form> |
65 | 65 | |
66 | - <table class="table table-striped table-bordered"> | |
66 | + <table class="display datatable" id="datatable"> | |
67 | 67 | <thead> |
68 | 68 | <tr> |
69 | 69 | <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th> | ... | ... |
src/Cacic/RelatorioBundle/Resources/views/Faturamento/listarInativos.html.twig