From 872799e34a06fe78dacc3ea9f5bc489ab346613c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Mat=C3=ADas=20S=C3=A1nchez=20=28Quique=29?= Date: Thu, 24 May 2018 13:04:13 +0200 Subject: [PATCH] fix Mensajes Flash --- controllers/PropuestaController.php | 4 +++- views/layouts/main.php | 5 +++-- views/propuesta/ver.php | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/controllers/PropuestaController.php b/controllers/PropuestaController.php index d9a783b..9f29719 100644 --- a/controllers/PropuestaController.php +++ b/controllers/PropuestaController.php @@ -350,7 +350,9 @@ public function actionPresentar($id) 'success', Yii::t( 'jonathan', - 'La propuesta ha sido presentada. Si lo desea puede imprimir está página a modo de resguardo.' + "La propuesta ha sido presentada correctamente.\n" . + "En breve debería recibir un correo electrónico de confirmación.\n" . + 'No obstante, si lo desea puede imprimir está página a modo de resguardo.' ) ); diff --git a/views/layouts/main.php b/views/layouts/main.php index 160c568..0523453 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -55,7 +55,7 @@ 'class' => 'navbar-inverse navbar-fixed-top', ], ]); - echo Nav::widget([ + echo "\n" . Nav::widget([ 'items' => [ /* ['label' => Yii::t('app', 'Inicio'), 'url' => ['/site/index']], */ /* [ @@ -108,12 +108,13 @@ NavBar::end(); ?> +
isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [], ]); - echo Alert::widget(); + echo $this->render('//site/_flashes'); // Looked for under the view path of the application echo $content; echo '
'; echo Breadcrumbs::widget([ diff --git a/views/propuesta/ver.php b/views/propuesta/ver.php index 35b7854..153382e 100644 --- a/views/propuesta/ver.php +++ b/views/propuesta/ver.php @@ -189,6 +189,7 @@
+ +