A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: core/MY_Lang.php

Line Number: 42

A PHP Error was encountered

Severity: Warning

Message: array_key_exists(): The first argument should be either a string or an integer

Filename: core/MY_Lang.php

Line Number: 43

Accessoires
Connection
Projection
f(Hz) 63 125 250 500 1000 2000 4000 8000 global
Lw(dB(A))
}); $("input[name='velocidad_recomendada'], input[name='efecto_techo']").click(function() { //$input.is( ":checked" ) if ($(this).is(":checked")) { $(this).attr("checked", "checked"); } else { $(this).removeAttr("checked"); } });

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/vhosts/users/madel.develoop.net/webdocs/http/application/views/quickselection/index.php:176)

Filename: libraries/Session.php

Line Number: 688

}); function checkImpulsionRetorno(impulsion_retorno) { if (false) { $('.avanzado').hide(); $('.simple').show(); } else { $('.avanzado').show(); $('.simple').hide(); } } // funcion para capturar la descripcion del producto antes de enviar el formulario function setHiddenProduct() { var name_clasification = $('#name-clasification *').text(); $('#name_clasification').val(name_clasification.trim()); } // function disableOptionsByTypology() { var values_via = [1, 3]; $.each(values_via, function(k, v) { $('.select-via option[value=' + v + ']').hide(); }); } function disableCeilingEffect(disable) { $('.efecto-techo').prop("disabled", disable); //$('#efecto_techo').show(); } // activar y desactivar paneles para seleccionar entre angulo vertical y horizontal function allowingOnlyAnAngle() { if ($('input[name="proyeccion_v_or_proyeccion_h"]:checked').val() == 'vertical') { $('.proyeccion_v_panel :input').prop("disabled", false); $('#proyeccion_h_panel :input').prop('disabled', true); } else { if ($('input[name="proyeccion_v_or_proyeccion_h"]:checked').val() == 'horizontal') { $('#proyeccion_h_panel :input').prop("disabled", false); $('.proyeccion_v_panel :input').prop('disabled', true); } } }