$strNumDesdeAnio = $_GET['strNumDesdeAnio'];
$strNumHasta = $_GET['strNumHasta'];
if ($strNumHasta != '') {
    $long = strlen($strNumHasta);
    for ($i = 1; $i <= 7 - $long; $i++) {
        $strNumHasta = '0' . $strNumHasta;
    }
}
$strNumHastaAnio = $_GET['strNumHastaAnio'];
$datAltaDesde = $_GET['datAltaDesde'];
$datAltaHasta = $_GET['datAltaHasta'];
$strTipoReclamacion = $_GET['strTipoReclamacion'];
require_once '../CN/clsCNRecl.php';
$clsCNRecl = new clsCNRecl();
$clsCNRecl->setStrBD($_SESSION['mapeo']);
$arResult = $clsCNRecl->ListadoModifOficina($_SESSION['strUsuario'], $strNumDesde, $strNumDesdeAnio, $strNumHasta, $strNumHastaAnio, $datAltaDesde, $datAltaHasta, $strTipoReclamacion);
//var_dump($arResult);die;
?>
<!--            <h3 align="center" color="#FFCC66"><font size="3px">Modificación de Comentarios</font></h3>-->

            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th>Nº</th>
                        <th>Fecha</th>
                        <th>Empresa</th>
                        <th>Nombre y Apellidos</th>
                        <th>Nombre Servicio</th>
                        <th>Causa</th>
                        <th>Tipificacion</th>