Commit 2e68dbe2075fdec70c26252dd3759bfcd7d2df89

Authored by erick.sato
1 parent acb3c733
Exists in master

[Redmine Atendimento #4281]Export CSV

cit-contratos-web/src/main/webapp/html/contrato/contratoList.html
... ... @@ -18,6 +18,10 @@
18 18 <translate>LABEL.EDITAR</translate>
19 19 </button>
20 20  
  21 + <button class="btn btn-clear" ng-click="exportarCSV(filterCriteria, headers, 'ContratoRepository')" type="button">
  22 + <i class="fa fa-file-excel-o"></i> <translate>LABEL.EXPORTAR_CSV</translate>
  23 + </button>
  24 +
21 25 <!-- <button class="btn btn-clear" ng-click="remove();">
22 26 <i class="fa fa-times red"></i>
23 27 <translate>LABEL.REMOVER</translate>
... ...