Commit 5cd7fa53bf21ac647e36ebaa9d78598bc0a2a89d
1 parent
757a8d9d
Exists in
master
and in
1 other branch
gerar cvs completo de todas as maquinas por subrede selecionada
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamento.html.twig
... | ... | @@ -57,6 +57,10 @@ |
57 | 57 | <i class="icon-download-alt"></i> |
58 | 58 | {{'Gerar CSV'|trans }} |
59 | 59 | </button> |
60 | + <button type="submit" class="btn btn-warning" formaction="{{ path('cacic_faturamento_listar_csv') }}"> | |
61 | + <i class="icon-download-alt"></i> | |
62 | + {{'Gerar CSV Completo'|trans }} | |
63 | + </button> | |
60 | 64 | </div> |
61 | 65 | </div> |
62 | 66 | ... | ... |