Commit d2df07188c61bb521ce716e3db3f255c1b6699f8

Authored by Eduardo Santos
2 parents 49d7c6e7 e9624ddd
Exists in master and in 1 other branch 3.1

Merge branch 'master' of https://github.com/lightbase/cacic

src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
... ... @@ -10,8 +10,9 @@
10 10  
11 11 <h2 class="">{{ 'Relatório com total de máquinas sem Coletas por subredes'|trans }}</h2>
12 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 18 <form id="inativas" class="form-horizontal" method="post" >
... ... @@ -25,7 +26,7 @@
25 26 <th width="20%" style="text-align: center">{{ "Endereço IP"|trans }}</th>
26 27 <th width="20%" style="text-align: center">{{ "Estações"|trans }}</th>
27 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 30 <i class="icon-download-alt"></i>
30 31 </a>
31 32 </th>
... ...