Exportar a Word Foro y Matriz
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C206
This commit is contained in:
parent
6dc4167593
commit
15c9bac3de
1 changed files with 16 additions and 0 deletions
|
|
@ -174,6 +174,12 @@
|
|||
<i class="fa fa-comments"></i>
|
||||
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>
|
||||
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>
|
||||
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>
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue