From 9b4469db38364bce89077e506f13c38072147472 Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 12 Jul 2018 19:09:23 -0500 Subject: [PATCH] exportacion --- funciones/funciones.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 9631681..fb185e0 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5869,7 +5869,7 @@ $contenido $edicion ="
Editar
"; }else {$edicion="";} } - $documento=""; + $documento=""; if($plantilla_original=="svg") { return $impresion;}else{ if($tipo=="listado") { @@ -6846,7 +6846,7 @@ $boton_borrar = " "; if($formato!='csv'){ - $boton_exportar = " Exportar ";} + $boton_exportar = "";} $link = ""; // $page = $_GET['page']; @@ -13605,9 +13605,9 @@ if (mysqli_num_rows($sql)!=0){ if (mysqli_num_rows($sql)!='0'){ $botones .= "Limpiar "; if($formato!='csv'){ - $botones .= " + $botones .= " "; } $paginacion ="
    "; $total_paginas = ceil($total_registros / $registros);