Exportar a Word Foro y Matriz

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C206
This commit is contained in:
dmendez 2018-07-11 22:21:27 +00:00
parent 6dc4167593
commit 15c9bac3de

View file

@ -174,6 +174,12 @@
<i class="fa fa-comments"></i>
&nbsp;&nbsp;Matriz Cambios - Nuevo Elemento
</button>
<button class="btn btn-info btn-xs btn-margin-catalogo" id="btnExportarMatriz" type="button" onclick="ExportarADoc('Matriz');">
<i class="glyphicon glyphicon-export"></i>
&nbsp;&nbsp;Exportar
</button>
</div>
<div class="col-md-12" style="overflow-y: scroll; height:250px;" id="divMatrizCambios">
<table id="tableMatriz" class="display">
@ -238,6 +244,13 @@
<i class="fa fa-comments"></i>
&nbsp;&nbsp;Foro - Nueva Discusión
</button>
<button class="btn btn-info btn-xs btn-margin-catalogo" id="btnExportarForo" type="button" onclick="ExportarADoc('Foro');" >
<i class=" glyphicon glyphicon-export">
</i>
&nbsp;&nbsp;Exportar
</button>
</div>
<div class="col-md-12" style="overflow-y: scroll; height:250px;" id="divComentarios">
<table id="tableForo" class="display">
@ -611,7 +624,10 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary btn-sm" onclick="ExportarADoc();">Exportar</button>
<button type="button" class="btn btn-danger btn-sm" data-dismiss="modal">Cerrar</button>
</div>
</div>
</div>