Commit d2df07188c61bb521ce716e3db3f255c1b6699f8
Exists in
master
and in
1 other branch
Merge branch 'master' of https://github.com/lightbase/cacic
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
@@ -10,8 +10,9 @@ | @@ -10,8 +10,9 @@ | ||
10 | 10 | ||
11 | <h2 class="">{{ 'Relatório com total de máquinas sem Coletas por subredes'|trans }}</h2> | 11 | <h2 class="">{{ 'Relatório com total de máquinas sem Coletas por subredes'|trans }}</h2> |
12 | <h5>{{ 'Relatório gerado em'|trans }} {% if idioma == 'pt_BR' %}{{ "now"|date("d/m/Y H\\hi") }}{% else %}{{ "now"|date("m/d/Y H\\hi") }}{% endif %}</h5> | 12 | <h5>{{ 'Relatório gerado em'|trans }} {% if idioma == 'pt_BR' %}{{ "now"|date("d/m/Y H\\hi") }}{% else %}{{ "now"|date("m/d/Y H\\hi") }}{% endif %}</h5> |
13 | + <h5 class="">{{ 'Período: '|trans }}{{data['dtAcaoInicio']|date("d/m/Y") }} a {{ data['dtAcaoFim']|date("d/m/Y") }}</h5> | ||
13 | 14 | ||
14 | - <hr /> | 15 | + <hr /> |
15 | 16 | ||
16 | 17 | ||
17 | <form id="inativas" class="form-horizontal" method="post" > | 18 | <form id="inativas" class="form-horizontal" method="post" > |
@@ -25,7 +26,7 @@ | @@ -25,7 +26,7 @@ | ||
25 | <th width="20%" style="text-align: center">{{ "Endereço IP"|trans }}</th> | 26 | <th width="20%" style="text-align: center">{{ "Endereço IP"|trans }}</th> |
26 | <th width="20%" style="text-align: center">{{ "Estações"|trans }}</th> | 27 | <th width="20%" style="text-align: center">{{ "Estações"|trans }}</th> |
27 | <th style="text-align: center"> | 28 | <th style="text-align: center"> |
28 | - <a class="btn btn-success" href="{{ path('cacic_inativos_listar_csv') }}/{{ logs[0]['idRede'] }}/{{data['dtAcaoInicio'] }}/{{ data['dtAcaoFim'] }}" title="{{ "Máquinas sem Coletas"|trans }}" target="_blank"> | 29 | + <a class="btn btn-success" href="{{ path('cacic_inativos_listar_csv') }}/{{ logs[0]['idRede'] }}/{{data['dtAcaoInicio'] }}/{{ data['dtAcaoFim'] }}" title="{{ "Máquinas sem Coletas"|trans }}" target="_self"> |
29 | <i class="icon-download-alt"></i> | 30 | <i class="icon-download-alt"></i> |
30 | </a> | 31 | </a> |
31 | </th> | 32 | </th> |