debug en funcion select
This commit is contained in:
parent
76f210d432
commit
db3436c467
@ -16669,7 +16669,7 @@ $resultado .= "<option value='$row[$value]' $selected > ".substr(@$row[$campo
|
||||
}
|
||||
}
|
||||
$resultado .= "</select> " ;
|
||||
}else{$resultado = "<div class='alert alert-warning alert_sin_resultados'><i class='glyphicon glyphicon-exclamation-triangle'></i> No hay resultados 0011 $debug </div>";}
|
||||
}else{$resultado = "<SELECT class='form-control' NAME='$name' id='$name' onchange=\"$onchange\" title='Seleccione $descripcion' ><option>No hay resultados</option></select>";}
|
||||
|
||||
return $resultado;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user