diff --git a/Objects/BDBackup.php b/Objects/BDBackup.php
index f1a8dda..d5ecfec 100644
--- a/Objects/BDBackup.php
+++ b/Objects/BDBackup.php
@@ -17,10 +17,10 @@ include_once("ConexionBackup.php");
function execQuery($query){
$res = mysql_query($query);
-// $mensaje = $query." - ".$res."\r\n";
-// $fichero = fopen("querys.log","a");
-// fputs($fichero,$mensaje);
-// fclose($fichero);
+ $mensaje = $query." - ".$res."\r\n";
+ $fichero = fopen("querys.log","a");
+ fputs($fichero,$mensaje);
+ fclose($fichero);
return $res;
}
diff --git a/buscar_pedido.php b/buscar_pedido.php
index bd1f6f8..375f5e2 100644
--- a/buscar_pedido.php
+++ b/buscar_pedido.php
@@ -28,14 +28,14 @@ echo $html->menuPedidos($usuario,"");
?>
'.$locale['ns'].'';
- rellena_personal_permiso("gerente","GP",$auxiliar,$gerente);?> |
+ rellena_personal_permiso("gerente","GP", $auxiliar, $gerente);?>
|
- ";
+ echo $html->listaSelect("perfil","oid","id","perfil", array("",$locale['ns']." ".$locale['4048']),array(),true,true,"15");
?> |
En la pantalla de búsqueda de candidato, se debe poder elegir varios perfiles técnicos. */ ?>
listaSelect("perfil","oid","id","perfil",array("",$locale['ns']),"",true,true);
+ echo $html->listaSelect("perfil","oid","id","perfil",array("",$locale['ns']),"",true,true, 15);
?>
|
@@ -113,7 +113,7 @@ include("functions.php");
'.$locale['ns'].'';
- echo $html->listaSelect("tecnologia","oid","id","tecnologia",array("",$locale['ns']),"",true,true);
+ echo $html->listaSelect("tecnologia","oid","id","tecnologia",array("",$locale['ns']),"",true,true,15);
?>
|
@@ -121,7 +121,7 @@ include("functions.php");
'.$locale['ns'].'';
- echo $html->listaSelect("idiomas","oid","id","idiomas",array("",$locale['ns']),"",true,true);
+ echo $html->listaSelect("idiomas","oid","id","idiomas",array("",$locale['ns']),"",true,true,15);
?>
|
@@ -129,7 +129,7 @@ include("functions.php");
'.$locale['ns'].'';
- echo $html->listaSelect("titulaciones","oid","id","titulaciones",array("",$locale['ns']),"",true,true);
+ echo $html->listaSelect("titulaciones","oid","id","titulaciones",array("",$locale['ns']),"",true,true,15);
?>
|
diff --git a/html/cabecera.php b/html/cabecera.php
index b8b5a12..31bdc50 100644
--- a/html/cabecera.php
+++ b/html/cabecera.php
@@ -1,7 +1,10 @@
+?>
+
+
+
diff --git a/idiomas/sp/lenguaje.php b/idiomas/sp/lenguaje.php
index e06a6a1..38d6614 100644
--- a/idiomas/sp/lenguaje.php
+++ b/idiomas/sp/lenguaje.php
@@ -1008,4 +1008,5 @@ $locale['4045'] = "CV no encontrado.";
$locale['4046'] = "No se ha podido actualiar la observación";
$locale['4047'] = "Se ha añadido correctamente la observación";
+$locale['4048'] = "Cualquier perfil técnico";
?>
diff --git a/ver_lista_pedidos.php b/ver_lista_pedidos.php
index 488d250..71efc28 100644
--- a/ver_lista_pedidos.php
+++ b/ver_lista_pedidos.php
@@ -133,7 +133,7 @@ if($_GET['pagLista']>0){
}
// Vemos si tiene pedidos
if(count($listadePedidos)==0){
- echo "| no tiene pedidos |
";
+ echo "| no tiene solicitudes de oferta |
";
}else{
$inicio=($pagLista-1)*constante("lista");
if(count($listadePedidos)>($inicio+constante("lista"))){