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,16 +113,17 @@
113 </div> 113 </div>
114 <div class="col-md-3"> 114 <div class="col-md-3">
115 {% if servicio.idEstatus.id == 4 %} 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 {% elseif servicio.idEstatus.id == 3 %} 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 {% else %} 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 </div> 123 </div>
124 124
125 </div> 125 </div>
  126 + <form name="input" action="{{ path('cea_escala_actualizar', { 'id': servicio.id, 'escala': 'escalafones', 'estatus' : 'true' }) }}" method="post">
126 <div class="row"> 127 <div class="row">
127 128
128 <div class="col-md-6"> 129 <div class="col-md-6">
@@ -155,7 +156,7 @@ @@ -155,7 +156,7 @@
155 <p><strong>Tipo de Reconocimiento:</strong>{% if not ascenso %} Concurso de oposición {% else %} Ascenso {% endif %} </p> 156 <p><strong>Tipo de Reconocimiento:</strong>{% if not ascenso %} Concurso de oposición {% else %} Ascenso {% endif %} </p>
156 </div> 157 </div>
157 {% endif %} 158 {% endif %}
158 - <form name="input" action="{{ path('cea_escala_actualizar', { 'id': servicio.id, 'escala': 'escalafones', 'estatus' : 'true' }) }}" method="post"> 159 +
159 {% if servicio.idEstatus.id == 2 %} 160 {% if servicio.idEstatus.id == 2 %}
160 161
161 {% if not ascenso %} 162 {% if not ascenso %}
@@ -217,7 +218,7 @@ @@ -217,7 +218,7 @@
217 218
218 {% endif %} 219 {% endif %}
219 {% endfor %} 220 {% endfor %}
220 - </form> 221 +
221 </div> 222 </div>
222 223
223 </div> 224 </div>
@@ -225,7 +226,7 @@ @@ -225,7 +226,7 @@
225 226
226 227
227 </div> 228 </div>
228 - 229 + </form>
229 </div> 230 </div>
230 231
231 </div> 232 </div>