Commit 7843a2e34bffade99536c243fe17e818a5e042e8
1 parent
8cdfaa19
Exists in
master
and in
1 other branch
correção de rotas e controlles
Showing
1 changed file
with
2 additions
and
7 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamento.html.twig
| @@ -53,14 +53,9 @@ | @@ -53,14 +53,9 @@ | ||
| 53 | <i class="icon-search"></i> | 53 | <i class="icon-search"></i> |
| 54 | {{ 'Gerar relatório'|trans }} | 54 | {{ 'Gerar relatório'|trans }} |
| 55 | </button> | 55 | </button> |
| 56 | - <a class="btn btn-success" type="submit" href="{{ path('cacic_faturamento_csv_inicial') }}" target="_self"> | ||
| 57 | - <i class="icon-download-alt"></i> | ||
| 58 | - {{'Gerar CSV'|trans }} | ||
| 59 | - </a> | ||
| 60 | - </button> | ||
| 61 | - <button type="submit" class="btn btn-warning" formaction="{{ path('cacic_faturamento_listar_csv') }}"> | 56 | + <button type="submit" class="btn btn-success" formaction="{{ path('cacic_faturamento_csv') }}"> |
| 62 | <i class="icon-download-alt"></i> | 57 | <i class="icon-download-alt"></i> |
| 63 | - {{'Gerar CSV Completo'|trans }} | 58 | + {{'Gerar CSV'|trans }} |
| 64 | </button> | 59 | </button> |
| 65 | </div> | 60 | </div> |
| 66 | </div> | 61 | </div> |