Conjunto de cambios 68d8663 en sipes para 0.3-modules/proyectos_operativos_mcti


Ignorar:
Fecha y hora:
13/07/2016 16:59:11 (hace 8 años)
Autor:
lhernandez <lhernandez@…>
Branches:
stable, version-3.0
Children:
6cdbcbe
Parents:
ef2ed7ba
Mensaje:

se modifico la estructura de algunos campos

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • 0.3-modules/proyectos_operativos_mcti/templates/proyectos-operativos-mcti-ficha-proyecto.tpl.php

    r983139c r68d8663  
    111111  <!-- Responsable Gerente -->
    112112  <?php print ("<h3>Datos del Gerente</h3>"); ?>
    113   <?php print("<table>"); ?>
     113    <?php print("<table><thead><tr>"); ?>
    114114     <?php foreach($arreglo['gerente'] as $campo): ?>
    115115       <?php print("<th>"); ?>
     
    117117       <?php print("</th>"); ?>
    118118     <?php endforeach ?>
     119      <?php print("</tr></thead><tbody><tr class='odd'>"); ?>
    119120     <?php print("<tr class='odd'>"); ?>
    120121       <?php foreach($arreglo['gerente'] as $campo): ?>
     
    130131        <?php print("</td>"); ?>
    131132      <?php endforeach ?>
    132     <?php print("<tr>"); ?>
     133    <?php print("<tr></tbody>"); ?>
    133134  <?php print("</table>"); ?>
    134135  <!-- end Responsable Gerente -->
     
    136137  <!-- Responsable tecnico -->
    137138  <?php print ("<h3>Datos del Responsable tecnico</h3>"); ?>
    138     <?php print("<table>"); ?>
     139    <?php print("<table><thead><tr>"); ?>
    139140      <?php foreach($arreglo['tecnico'] as $campo): ?>
    140141        <?php print("<th>"); ?>
     
    142143        <?php print("</th>"); ?>
    143144      <?php endforeach ?>
    144       <?php print("<tr class='odd'>"); ?>
     145      <?php print("</tr></thead><tbody><tr class='odd'>"); ?>
    145146        <?php foreach($arreglo['tecnico'] as $campo): ?>
    146147          <?php print("<td>"); ?>
     
    155156      <?php print("</td>"); ?>
    156157      <?php endforeach ?>
    157     <?php print("<tr>"); ?>
     158    <?php print("<tr></tbody>"); ?>
    158159  <?php print("</table>"); ?>
    159160  <!-- end Responsable tecnico -->
     
    161162  <!-- Responsable registrador -->
    162163  <?php print ("<h3>Datos del Responsable Registrador</h3>"); ?>
    163     <?php print("<table>"); ?>
     164    <?php print("<table><thead><tr>"); ?>
    164165      <?php foreach($arreglo['registrador'] as $campo): ?>
    165166        <?php print("<th>"); ?>
     
    167168        <?php print("</th>"); ?>
    168169      <?php endforeach ?>
    169       <?php print("<tr class='odd'>"); ?>
     170      <?php print("</tr></thead><tbody><tr class='odd'>"); ?>
    170171        <?php foreach($arreglo['registrador'] as $campo): ?>
    171172         <?php print("<td>"); ?>
     
    180181         <?php print("</td>"); ?>
    181182      <?php endforeach ?>
    182     <?php print("<tr>"); ?>
     183    <?php print("<tr></tbody>"); ?>
    183184  <?php print("</table>"); ?>
    184185  <!-- end Responsable registrador -->
     
    186187  <!-- Responsable administrador -->
    187188  <?php print ("<h3>Datos del Responsable Administrativo</h3>"); ?>
    188     <?php print("<table>"); ?>
     189    <?php print("<table><thead><tr>"); ?>
    189190      <?php foreach($arreglo['administrativo'] as $campo): ?>
    190191       <?php print("<th>"); ?>
     
    192193       <?php print("</th>"); ?>
    193194     <?php endforeach ?>
    194      <?php print("<tr class='odd'>"); ?>
     195     <?php print("</tr></thead><tbody><tr class='odd'>"); ?>
    195196       <?php foreach($arreglo['administrativo'] as $campo): ?>
    196197         <?php print("<td>"); ?>
     
    205206        <?php print("</td>"); ?>
    206207      <?php endforeach ?>
    207     <?php print("<tr>"); ?>
     208    <?php print("<tr></tbody>"); ?>
    208209  <?php print("</table>"); ?>
    209210<!-- end Responsable administrador -->
     
    359360
    360361  $rows[] = $row;
    361   print '<fieldset><legend>Nro Estimados de Empleos</legend>' . theme('table', $header, $rows, array('border' => '1')) . '</fieldset>';
     362  print '<fieldset><legend>Nro Estimados de Empleos</legend><br>' . theme('table', $header, $rows, array('border' => '1')) . '</fieldset>';
    362363?>
    363364<?php if (variable_get('proyectos_operativos_muestra_beneficiario', TRUE)): ?>
     
    430431    print theme('table', $header, $rows, array('border' => '1'));
    431432  ?>
     433  <br>
    432434<?php endif ?>
    433435<h3><?php print t('Objetivos del Proyecto');?></h3>
     
    507509    ?>
    508510  </fieldset>
     511  <br>
    509512<?php endif ?>
    510513<?php if (variable_get('proyectos_operativos_muestra_servicios_balance', TRUE)): ?>
     
    550553    ?>
    551554  </fieldset>
     555  <br>
    552556<?php endif ?>
    553557
     
    592596    ?>
    593597  </fieldset>
     598  <br>
    594599<?php endif ?>
    595600<?php
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.