From 9a9b1d9fbaf4ffd6b5f189f057d70e2ee9429138 Mon Sep 17 00:00:00 2001 From: wilmer Date: Wed, 15 Feb 2017 09:56:45 -0400 Subject: [PATCH] modificada la solicitud de ascenso de acuerdo con la lista de cotejo --- app/Resources/views/cea/ascenso_mostar.html.twig | 14 +++ app/Resources/views/solicitudes/ascenso.html.twig | 31 +++++- src/AppBundle/Controller/AscensoController.php | 31 ++++++ src/AppBundle/Entity/Ascenso.php | 95 +++++++++++++++++ src/AppBundle/Entity/Ascenso.php~ | 122 ++++++++++++++++++++++ src/AppBundle/Form/AscensoType.php | 94 +++++++++++++++-- 6 files changed, 371 insertions(+), 16 deletions(-) diff --git a/app/Resources/views/cea/ascenso_mostar.html.twig b/app/Resources/views/cea/ascenso_mostar.html.twig index 92451a6..cab96d5 100644 --- a/app/Resources/views/cea/ascenso_mostar.html.twig +++ b/app/Resources/views/cea/ascenso_mostar.html.twig @@ -201,6 +201,20 @@ {% endif %} + + + {% if ascenso.aprobacion is not null %} +
+
+ + + +
+

Acta de aprobación de la tesis

+
+
+
+ {% endif %} diff --git a/app/Resources/views/solicitudes/ascenso.html.twig b/app/Resources/views/solicitudes/ascenso.html.twig index c661126..e5913d1 100644 --- a/app/Resources/views/solicitudes/ascenso.html.twig +++ b/app/Resources/views/solicitudes/ascenso.html.twig @@ -1,11 +1,12 @@ {% extends 'base_app.html.twig' %} +{% use 'form_div_layout.html.twig' with form_widget_simple as base_form_widget_simple %} {% block stylesheets %} {{ parent() }}