Conjunto 604b644 en sipes


Ignorar:
Fecha y hora:
18/08/2017 15:37:31 (hace 7 años)
Autor:
Sipes Apn <root@…>
Branches:
stable
Children:
0cf8c36
Parents:
71baefb
Mensaje:

se agrego el campo causas y problemas al theme

Fichero:
1 editado

Leyenda

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

    rc43ea01 r604b644  
    17801780    $output .= '<div id="mensaje-mostrar-time" class="mensaje mensaje-mostrar" style="color:red;font-weight: bold;">' . $mensaje_mostrar . '</div>';
    17811781  }
     1782
     1783  $output .= '<fieldset><legend>' . t('Enunciado del Problema') . '</legend>';
     1784  $output .= drupal_render($form['field_proyecto_causas']);
     1785  $output .= drupal_render($form['field_proyecto_problemas']);
     1786  $output .= '</fieldset>';
     1787
    17821788  if (variable_get('proyectos_operativos_muestra_enunciado_problema', TRUE)) {
    17831789    if (count($form['#fields_form_ip_in'])) {
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.