Conjunto 3514c84 en sipes


Ignorar:
Fecha y hora:
08/10/2017 17:31:13 (hace 7 años)
Autor:
jpuentes <jpuentes@…>
Branches:
stable
Children:
438bcea
Parents:
14735b0
Mensaje:

se incremento el tamaño de los titulos

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • 0.3-modules/reportes_sipes_views/reportes_sipes_views.module

    r14735b0 r3514c84  
    154154  $header .= '<th style="text-align: center">' . t('Total') . '</th>';
    155155  $header .= '</tr>';
    156   $plan_nombre = t('<strong>PLAN OPERATIVO ANUAL NACIONAL @anho (POAN @anho)</strong>', array('@anho' => $year));
     156  $plan_nombre = t('<strong style="font-size: 50px;">PLAN OPERATIVO ANUAL NACIONAL @anho (POAN @anho)</strong>', array('@anho' => $year));
    157157  $begin = '';
    158158  $nid = 0;
     
    162162      $objetivo = implode('<br>', $values->views_php_18[0]);
    163163      $output .= $begin . '<p></p><p>' . $plan_nombre . '<br>';
    164       $output .= '<strong>' . t('OBJETIVO HISTORICO:') . '</strong><br>' . $objetivo . '<br>';
    165       $output .= t('<strong>ORGANISMO RESPONSABLE</strong>: @ente', array('@ente' => $values->node_ente_planificador_hierarchical_title)) . '</p>';
     164      $output .= t('<strong style="font-size: 50px; ">ORGANISMO RESPONSABLE</strong>: <span style="font-size: 50px">@ente</span>', array('@ente' => $values->node_ente_planificador_hierarchical_title)) . '</p>';
     165      $output .= '<strong style="font-size: 50px">' . t('OBJETIVO HISTORICO:') . '</strong><br><span style="font-size: 50px;">' . $objetivo . '</span><br>';
    166166      $output .= $header;
    167167      $begin = '</table><br>';
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.