Commit e9624dddc4c418156dc2bcd8ca4795d411ce961e
1 parent
18e4669a
Exists in
master
and in
1 other branch
target="_self" no link CSV
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | <th width="20%" style="text-align: center">{{ "Endereço IP"|trans }}</th> |
27 | 27 | <th width="20%" style="text-align: center">{{ "Estações"|trans }}</th> |
28 | 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 | 30 | <i class="icon-download-alt"></i> |
31 | 31 | </a> |
32 | 32 | </th> | ... | ... |