Commit 0631f07a8593750b30a52a1baa315292cec429f9
1 parent
988ce2bf
Exists in
master
[Redmine Atendimento #4510]Estrutura modal list rascunho
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
cit-contratos-web/src/main/webapp/html/contrato/contratoList.html
... | ... | @@ -21,6 +21,10 @@ |
21 | 21 | <button class="btn btn-clear" ng-click="exportarCSV(filterCriteria, headers, 'ContratoRepository', 'LABEL.CONTRATO')" type="button"> |
22 | 22 | <i class="fa fa-file-excel-o"></i> <translate>LABEL.EXPORTAR_CSV</translate> |
23 | 23 | </button> |
24 | + | |
25 | + <button class="btn btn-clear" ng-click="showRascunho()" type="button"> | |
26 | + <i class="fa fa-file-excel-o"></i> <translate>PORTAL.LABEL.SHOW_RASCUNHO</translate> | |
27 | + </button> | |
24 | 28 | |
25 | 29 | <!-- <button class="btn btn-clear" ng-click="remove();"> |
26 | 30 | <i class="fa fa-times red"></i> |
... | ... | @@ -56,4 +60,8 @@ |
56 | 60 | |
57 | 61 | <list-view ng-lista="contratosList" ng-repository="ContratoRepository" ng-use-custom-remove="false" ng-headers="headers" ng-filter-criteria="filterCriteria" ng-item-selecionado="contratoChecked"></list-view> |
58 | 62 | |
59 | -</div><!-- .page-content --> | |
60 | 63 | \ No newline at end of file |
64 | +</div><!-- .page-content --> | |
65 | + | |
66 | +<script type="text/ng-template" id="modal-rascunho.html"> | |
67 | + <div ng-include src="'/cit-portal-web/html/rascunho/modal_rascunho.html'" /> | |
68 | +</script> | |
61 | 69 | \ No newline at end of file | ... | ... |