Commit e9624dddc4c418156dc2bcd8ca4795d411ce961e

Authored by Bruno Menezes
1 parent 18e4669a
Exists in master and in 1 other branch 3.1

target="_self" no link CSV

src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 <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>
27 <th width="20%" style="text-align: center">{{ "Estações"|trans }}</th> 27 <th width="20%" style="text-align: center">{{ "Estações"|trans }}</th>
28 <th style="text-align: center"> 28 <th style="text-align: center">
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="_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">
30 <i class="icon-download-alt"></i> 30 <i class="icon-download-alt"></i>
31 </a> 31 </a>
32 </th> 32 </th>