Commit 3078db6fb6cfc4bb6e0ff9efea71ec13a6db0c39

Authored by Wilmer
1 parent 1552ad9d1f
Exists in master

corregido semantica de html en reconocimiento_escala_mostrar.html.twig

app/Resources/views/cea/reconocimiento_escala_mostrar.html.twig
... ... @@ -113,16 +113,17 @@
113 113 </div>
114 114 <div class="col-md-3">
115 115 {% if servicio.idEstatus.id == 4 %}
116   - <h4 class="alert alert-success">Estatus <strong>{{servicio.idEstatus}}</strong>
  116 + <h4 class="alert alert-success">Estatus <strong>{{servicio.idEstatus}}</strong></h4>
117 117 {% elseif servicio.idEstatus.id == 3 %}
118   - <h4 class="alert alert-danger">Estatus <strong>{{servicio.idEstatus}}</strong>
  118 + <h4 class="alert alert-danger">Estatus <strong>{{servicio.idEstatus}}</strong></h4>
119 119 {% else %}
120   - <h4 class="alert alert-warning">Estatus <strong>{{servicio.idEstatus}}</strong>
121   - {% endif %}
122   - </h4>
  120 + <h4 class="alert alert-warning">Estatus <strong>{{servicio.idEstatus}}</strong> </h4>
  121 + {% endif %}
  122 +
123 123 </div>
124 124  
125 125 </div>
  126 + <form name="input" action="{{ path('cea_escala_actualizar', { 'id': servicio.id, 'escala': 'escalafones', 'estatus' : 'true' }) }}" method="post">
126 127 <div class="row">
127 128  
128 129 <div class="col-md-6">
... ... @@ -155,7 +156,7 @@
155 156 <p><strong>Tipo de Reconocimiento:</strong>{% if not ascenso %} Concurso de oposición {% else %} Ascenso {% endif %} </p>
156 157 </div>
157 158 {% endif %}
158   - <form name="input" action="{{ path('cea_escala_actualizar', { 'id': servicio.id, 'escala': 'escalafones', 'estatus' : 'true' }) }}" method="post">
  159 +
159 160 {% if servicio.idEstatus.id == 2 %}
160 161  
161 162 {% if not ascenso %}
... ... @@ -217,7 +218,7 @@
217 218  
218 219 {% endif %}
219 220 {% endfor %}
220   - </form>
  221 +
221 222 </div>
222 223  
223 224 </div>
... ... @@ -225,7 +226,7 @@
225 226  
226 227  
227 228 </div>
228   -
  229 + </form>
229 230 </div>
230 231  
231 232 </div>
... ...