diff --git a/www/protected/config/mode_stage.php b/www/protected/config/mode_stage.php index 00030ce..e31b42e 100644 --- a/www/protected/config/mode_stage.php +++ b/www/protected/config/mode_stage.php @@ -13,7 +13,7 @@ $yiiPath = '/home/maqueta/framework/yii.php'; // Set YII_DEBUG and YII_TRACE_LEVEL flags -$debug = true; +$debug = false; $traceLevel = 0; @@ -25,7 +25,7 @@ $configSpecific = array( // Database 'db' => array( - 'connectionString' => 'mysql:host=maquetaweb.ws;dbname=maqueta_intranet_stage', + 'connectionString' => 'mysql:host=localhost;dbname=maqueta_intranet_stage', 'username' => 'maqueta_intranet', 'password' => 'intranet', 'charset'=>'utf8', @@ -46,9 +46,8 @@ $configSpecific = array( ), 'params'=>array( - // Ruta de los currículums de los candidatos + // Ruta de los currículums de los candidatos 'curriculumPath' => dirname(__FILE__) . '/../../public_html/intranet/documentos/', ), ); - ?> \ No newline at end of file diff --git a/www/protected/controllers/CandidatoCapacidadController.php b/www/protected/controllers/CandidatoCapacidadController.php index 35ce04c..f90cf6a 100644 --- a/www/protected/controllers/CandidatoCapacidadController.php +++ b/www/protected/controllers/CandidatoCapacidadController.php @@ -307,3 +307,4 @@ class CandidatoCapacidadController extends Controller } } } +?> \ No newline at end of file diff --git a/www/protected/controllers/CandidatoController.php b/www/protected/controllers/CandidatoController.php index 4c74774..91c39c4 100644 --- a/www/protected/controllers/CandidatoController.php +++ b/www/protected/controllers/CandidatoController.php @@ -390,3 +390,4 @@ class CandidatoController extends Controller } } +?> \ No newline at end of file diff --git a/www/protected/controllers/CandidatoDocumentoController.php b/www/protected/controllers/CandidatoDocumentoController.php index da6c651..bf43c11 100644 --- a/www/protected/controllers/CandidatoDocumentoController.php +++ b/www/protected/controllers/CandidatoDocumentoController.php @@ -261,3 +261,4 @@ class CandidatoDocumentoController extends Controller { } } +?> \ No newline at end of file diff --git a/www/protected/views/candidatoDocumento/_form.php b/www/protected/views/candidatoDocumento/_form.php index 7c9dc25..34dda1b 100644 --- a/www/protected/views/candidatoDocumento/_form.php +++ b/www/protected/views/candidatoDocumento/_form.php @@ -49,4 +49,4 @@ Yii::app()->clientScript->registerScriptFile(Yii::app()->baseUrl . '/js/custom/e
-endWidget(); ?> +endWidget(); ?> \ No newline at end of file diff --git a/www/protected/views/candidatoDocumento/_view.php b/www/protected/views/candidatoDocumento/_view.php index 1c81969..7cc3478 100644 --- a/www/protected/views/candidatoDocumento/_view.php +++ b/www/protected/views/candidatoDocumento/_view.php @@ -1,5 +1,4 @@
- getAttributeLabel('id')); ?>: id), array('view', 'id'=>$data->id)); ?>
@@ -19,6 +18,4 @@ getAttributeLabel('nombre_fichero')); ?>: nombre_fichero); ?>
- -
\ No newline at end of file diff --git a/www/protected/views/candidatoDocumento/index.php b/www/protected/views/candidatoDocumento/index.php index 193b316..7cb38d8 100644 --- a/www/protected/views/candidatoDocumento/index.php +++ b/www/protected/views/candidatoDocumento/index.php @@ -6,7 +6,6 @@ $this->breadcrumbs=array( ); $this->pageTitle = Yii::t('intranet', 'Gestión de currículums de candidato'); - ?> pageTitle = Yii::t('intranet', 'Gestión de currículums de candidato'); 'selectableRows' => 1, )); ?> - - + - - - -