Conjunto 65995a6 en sipei


Ignorar:
Fecha y hora:
25/09/2012 11:24:27 (hace 12 años)
Autor:
Luis Peña <lpena@…>
Branches:
master, drupal-6.x
Children:
2d953bc
Parents:
c6551d9
Mensaje:

Agregando Actualizaciones de los Modulos Principales del SIPEI

Ubicación:
modulos
Ficheros:
3 añadidos
3 editados

Leyenda

No modificado
Añadido
Eliminado
  • modulos/datos_institucionales/datos_institucionales.module

    r1819be7 r65995a6  
    14491449  drupal_set_message(t("Se agregarón los datos intitucionales del ente"));
    14501450  if ($_REQUEST['destination']) {
    1451     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     1451    $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales',
    14521452      array(
    14531453        'query' => array(
     
    14611461  else {
    14621462    // add redirect
    1463     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1463    $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales';
    14641464  }
    14651465}
     
    15741574  drupal_set_message(t("Se agregarón la misión y visión del ente"));
    15751575  if ($_REQUEST['destination']) {
    1576     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     1576    $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales',
    15771577      array(
    15781578        'query' => array(
     
    15861586  else {
    15871587    // add redirect
    1588     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1588    $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales';
    15891589  }
    15901590}
     
    16971697    }
    16981698  }
    1699   $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1699  $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales';
    17001700  $node_load->log = t('Modificados los datos misión y visión del actor planificador');
    17011701  $node_load->revision = 1;
     
    17031703  drupal_set_message(t("Se agregarón la misión y visión del ente"));
    17041704  if ($_REQUEST['destination']) {
    1705     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     1705    $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales',
    17061706      array(
    17071707        'query' => array(
     
    17151715  else {
    17161716    // add redirect
    1717     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1717    $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales';
    17181718  }
    17191719}
     
    18311831    }
    18321832  }
    1833   $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1833  $form_state['redirect'] = 'planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales';
    18341834  $node_load->log = t('Modificada la función del ente');
    18351835  $node_load->revision = 1;
     
    18371837  drupal_set_message(t('Se modifico la información de la función del ente @nombre_funcion', array('@nombre_funcion' => $node_load->title)));
    18381838  if ($_REQUEST['destination']) {
    1839     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     1839    $form_state['redirect'] = url('planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales',
    18401840      array(
    18411841        'query' => array(
     
    18491849  else {
    18501850    // add redirect
    1851     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1851    $form_state['redirect'] = 'planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales';
    18521852  }
    18531853}
     
    19821982    }
    19831983  }
    1984   $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     1984  $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales';
    19851985  $node_load->log = t('Modificada la actividades asociadas a la ética de la función');
    19861986  $node_load->revision = 1;
     
    19881988  drupal_set_message(t('Se modifico la actividades asociadas a la ética de la función @nombre_funcion', array('@nombre_funcion' => $node_load->title)));
    19891989  if ($_REQUEST['destination']) {
    1990     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     1990    $form_state['redirect'] = url('planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales',
    19911991      array(
    19921992        'query' => array(
     
    20002000  else {
    20012001    // add redirect
    2002     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     2002    $form_state['redirect'] = 'planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales';
    20032003  }
    20042004}
     
    20892089    }
    20902090  }
    2091   $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     2091  $form_state['redirect'] = 'planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales';
    20922092  $node_load->log = t('Se han Modificadó los Factores críticos de la función');
    20932093  $node_load->revision = 1;
     
    20952095  drupal_set_message(t('Se modificado los Factores críticos de la función @nombre_funcion', array('@nombre_funcion' => $node_load->title)));
    20962096  if ($_REQUEST['destination']) {
    2097     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     2097    $form_state['redirect'] = url('planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales',
    20982098      array(
    20992099        'query' => array(
     
    21072107  else {
    21082108    // add redirect
    2109     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     2109    $form_state['redirect'] = 'planificacion/' . $form['#ente_planificador']->nid . '/datos_institucionales';
    21102110  }
    21112111}
     
    22192219    }
    22202220  }
    2221   $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa';
     2221  $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales';
    22222222  $node_load->log = t('Se ha odificado el análisis FODA del actor planificador');
    22232223  $node_load->revision = 1;
     
    22252225  drupal_set_message(t("Modificados el análisis FODA del actor planificador"));
    22262226  if ($_REQUEST['destination']) {
    2227     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionalesa',
     2227    $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/datos_institucionales',
    22282228      array(
    22292229        'query' => array(
     
    28842884  }
    28852885}
     2886
     2887/**
     2888 * Implementation of hook_admin_items_toolbar().
     2889*/
     2890function datos_institucionales_admin_items_toolbar($handler_icon) {
     2891  $link = array();
     2892  $icon_path = entes_planificadores_toolbar_get_icon_path('admin', 'reports', $handler_icon);
     2893  $link[] = array(
     2894    'path' => 'reportes',
     2895    'icon_path' => $icon_path,
     2896    'icon' => theme('image', $icon_path, t('Reportes'), t('Reportes'), array('class' => 'handler-icon-' . $handler_icon)),
     2897    'title' => t('Reportes'),
     2898    'description' => t('Consultar reportes'),
     2899    'category' => 'admin',
     2900  );
     2901  return $link;
     2902
     2903}
     2904
     2905
  • modulos/datos_institucionales/views/datos_institucionales.views_default.inc

    r1819be7 r65995a6  
    644644  ));
    645645  $views[$view->name] = $view;
     646
     647
     648$view = new view;
     649$view->name = 'datosinst';
     650$view->description = 'datos institucionales ente';
     651$view->tag = '';
     652$view->view_php = '';
     653$view->base_table = 'node';
     654$view->is_cacheable = FALSE;
     655$view->api_version = 2;
     656$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
     657$handler = $view->new_display('default', 'Defaults', 'default');
     658$handler->override_option('relationships', array(
     659  'field_institucional_ente_nid' => array(
     660    'label' => 'Ente planificador',
     661    'required' => 1,
     662    'delta' => -1,
     663    'id' => 'field_institucional_ente_nid',
     664    'table' => 'node_data_field_institucional_ente',
     665    'field' => 'field_institucional_ente_nid',
     666    'relationship' => 'none',
     667  ),
     668));
     669$handler->override_option('fields', array(
     670  'title' => array(
     671    'label' => 'Ente Planificador',
     672    'alter' => array(
     673      'alter_text' => 0,
     674      'text' => '',
     675      'make_link' => 0,
     676      'path' => '',
     677      'link_class' => '',
     678      'alt' => '',
     679      'prefix' => '',
     680      'suffix' => '',
     681      'target' => '',
     682      'help' => '',
     683      'trim' => 0,
     684      'max_length' => '',
     685      'word_boundary' => 1,
     686      'ellipsis' => 1,
     687      'html' => 0,
     688      'strip_tags' => 0,
     689    ),
     690    'empty' => '',
     691    'hide_empty' => 0,
     692    'empty_zero' => 0,
     693    'link_to_node' => 0,
     694    'exclude' => 0,
     695    'id' => 'title',
     696    'table' => 'node',
     697    'field' => 'title',
     698    'relationship' => 'field_institucional_ente_nid',
     699    'editablefields_allowed' => 0,
     700    'editablefields_responder' => 'inline',
     701    'editablefields_editable' => 'node',
     702  ),
     703  'field_institucional_unidad_value' => array(
     704    'label' => 'Tipo de Unidad',
     705    'alter' => array(
     706      'alter_text' => 0,
     707      'text' => '',
     708      'make_link' => 0,
     709      'path' => '',
     710      'link_class' => '',
     711      'alt' => '',
     712      'prefix' => '',
     713      'suffix' => '',
     714      'target' => '',
     715      'help' => '',
     716      'trim' => 0,
     717      'max_length' => '',
     718      'word_boundary' => 1,
     719      'ellipsis' => 1,
     720      'html' => 0,
     721      'strip_tags' => 0,
     722    ),
     723    'empty' => '',
     724    'hide_empty' => 0,
     725    'empty_zero' => 0,
     726    'link_to_node' => 0,
     727    'label_type' => 'widget',
     728    'format' => 'plain',
     729    'multiple' => array(
     730      'group' => 1,
     731      'multiple_number' => '',
     732      'multiple_from' => '',
     733      'multiple_reversed' => 0,
     734    ),
     735    'exclude' => 0,
     736    'id' => 'field_institucional_unidad_value',
     737    'table' => 'node_data_field_institucional_unidad',
     738    'field' => 'field_institucional_unidad_value',
     739    'relationship' => 'none',
     740  ),
     741  'field_institucional_insumos_value' => array(
     742    'label' => 'Insumos Básicos ',
     743    'alter' => array(
     744      'alter_text' => 0,
     745      'text' => '',
     746      'make_link' => 0,
     747      'path' => '',
     748      'link_class' => '',
     749      'alt' => '',
     750      'prefix' => '',
     751      'suffix' => '',
     752      'target' => '',
     753      'help' => '',
     754      'trim' => 0,
     755      'max_length' => '',
     756      'word_boundary' => 1,
     757      'ellipsis' => 1,
     758      'html' => 0,
     759      'strip_tags' => 0,
     760    ),
     761    'empty' => '',
     762    'hide_empty' => 0,
     763    'empty_zero' => 0,
     764    'link_to_node' => 0,
     765    'label_type' => 'widget',
     766    'format' => 'plain',
     767    'multiple' => array(
     768      'group' => 1,
     769      'multiple_number' => '',
     770      'multiple_from' => '',
     771      'multiple_reversed' => 0,
     772    ),
     773    'exclude' => 0,
     774    'id' => 'field_institucional_insumos_value',
     775    'table' => 'node_data_field_institucional_insumos',
     776    'field' => 'field_institucional_insumos_value',
     777    'relationship' => 'none',
     778  ),
     779  'field_foda_o1_value' => array(
     780    'label' => 'Oportunidades Presupuestaria y financiera',
     781    'alter' => array(
     782      'alter_text' => 0,
     783      'text' => '',
     784      'make_link' => 0,
     785      'path' => '',
     786      'link_class' => '',
     787      'alt' => '',
     788      'prefix' => '',
     789      'suffix' => '',
     790      'target' => '',
     791      'help' => '',
     792      'trim' => 0,
     793      'max_length' => '',
     794      'word_boundary' => 1,
     795      'ellipsis' => 1,
     796      'html' => 0,
     797      'strip_tags' => 0,
     798    ),
     799    'empty' => '',
     800    'hide_empty' => 0,
     801    'empty_zero' => 0,
     802    'link_to_node' => 0,
     803    'label_type' => 'widget',
     804    'format' => 'plain',
     805    'multiple' => array(
     806      'group' => 1,
     807      'multiple_number' => '',
     808      'multiple_from' => '',
     809      'multiple_reversed' => 0,
     810    ),
     811    'exclude' => 0,
     812    'id' => 'field_foda_o1_value',
     813    'table' => 'node_data_field_foda_o1',
     814    'field' => 'field_foda_o1_value',
     815    'relationship' => 'none',
     816  ),
     817  'field_foda_o2_value' => array(
     818    'label' => 'Oportunidades Servicio público',
     819    'alter' => array(
     820      'alter_text' => 0,
     821      'text' => '',
     822      'make_link' => 0,
     823      'path' => '',
     824      'link_class' => '',
     825      'alt' => '',
     826      'prefix' => '',
     827      'suffix' => '',
     828      'target' => '',
     829      'help' => '',
     830      'trim' => 0,
     831      'max_length' => '',
     832      'word_boundary' => 1,
     833      'ellipsis' => 1,
     834      'html' => 0,
     835      'strip_tags' => 0,
     836    ),
     837    'empty' => '',
     838    'hide_empty' => 0,
     839    'empty_zero' => 0,
     840    'link_to_node' => 0,
     841    'label_type' => 'widget',
     842    'format' => 'plain',
     843    'multiple' => array(
     844      'group' => 1,
     845      'multiple_number' => '',
     846      'multiple_from' => '',
     847      'multiple_reversed' => 0,
     848    ),
     849    'exclude' => 0,
     850    'id' => 'field_foda_o2_value',
     851    'table' => 'node_data_field_foda_o2',
     852    'field' => 'field_foda_o2_value',
     853    'relationship' => 'none',
     854  ),
     855  'field_foda_o3_value' => array(
     856    'label' => 'Oportunidades Proceso interno y operacional',
     857    'alter' => array(
     858      'alter_text' => 0,
     859      'text' => '',
     860      'make_link' => 0,
     861      'path' => '',
     862      'link_class' => '',
     863      'alt' => '',
     864      'prefix' => '',
     865      'suffix' => '',
     866      'target' => '',
     867      'help' => '',
     868      'trim' => 0,
     869      'max_length' => '',
     870      'word_boundary' => 1,
     871      'ellipsis' => 1,
     872      'html' => 0,
     873      'strip_tags' => 0,
     874    ),
     875    'empty' => '',
     876    'hide_empty' => 0,
     877    'empty_zero' => 0,
     878    'link_to_node' => 0,
     879    'label_type' => 'widget',
     880    'format' => 'plain',
     881    'multiple' => array(
     882      'group' => 1,
     883      'multiple_number' => '',
     884      'multiple_from' => '',
     885      'multiple_reversed' => 0,
     886    ),
     887    'exclude' => 0,
     888    'id' => 'field_foda_o3_value',
     889    'table' => 'node_data_field_foda_o3',
     890    'field' => 'field_foda_o3_value',
     891    'relationship' => 'none',
     892  ),
     893  'field_foda_o5_value' => array(
     894    'label' => 'Oportunidades Responsabilidad social y comunitaria',
     895    'alter' => array(
     896      'alter_text' => 0,
     897      'text' => '',
     898      'make_link' => 0,
     899      'path' => '',
     900      'link_class' => '',
     901      'alt' => '',
     902      'prefix' => '',
     903      'suffix' => '',
     904      'target' => '',
     905      'help' => '',
     906      'trim' => 0,
     907      'max_length' => '',
     908      'word_boundary' => 1,
     909      'ellipsis' => 1,
     910      'html' => 0,
     911      'strip_tags' => 0,
     912    ),
     913    'empty' => '',
     914    'hide_empty' => 0,
     915    'empty_zero' => 0,
     916    'link_to_node' => 0,
     917    'label_type' => 'widget',
     918    'format' => 'plain',
     919    'multiple' => array(
     920      'group' => 1,
     921      'multiple_number' => '',
     922      'multiple_from' => '',
     923      'multiple_reversed' => 0,
     924    ),
     925    'exclude' => 0,
     926    'id' => 'field_foda_o5_value',
     927    'table' => 'node_data_field_foda_o5',
     928    'field' => 'field_foda_o5_value',
     929    'relationship' => 'none',
     930  ),
     931  'field_foda_a1_value' => array(
     932    'label' => 'Amenazas Presupuestaria y financiera',
     933    'alter' => array(
     934      'alter_text' => 0,
     935      'text' => '',
     936      'make_link' => 0,
     937      'path' => '',
     938      'link_class' => '',
     939      'alt' => '',
     940      'prefix' => '',
     941      'suffix' => '',
     942      'target' => '',
     943      'help' => '',
     944      'trim' => 0,
     945      'max_length' => '',
     946      'word_boundary' => 1,
     947      'ellipsis' => 1,
     948      'html' => 0,
     949      'strip_tags' => 0,
     950    ),
     951    'empty' => '',
     952    'hide_empty' => 0,
     953    'empty_zero' => 0,
     954    'link_to_node' => 0,
     955    'label_type' => 'widget',
     956    'format' => 'plain',
     957    'multiple' => array(
     958      'group' => 1,
     959      'multiple_number' => '',
     960      'multiple_from' => '',
     961      'multiple_reversed' => 0,
     962    ),
     963    'exclude' => 0,
     964    'id' => 'field_foda_a1_value',
     965    'table' => 'node_data_field_foda_a1',
     966    'field' => 'field_foda_a1_value',
     967    'relationship' => 'none',
     968  ),
     969  'field_foda_a2_value' => array(
     970    'label' => 'Amenazas Servicio público',
     971    'alter' => array(
     972      'alter_text' => 0,
     973      'text' => '',
     974      'make_link' => 0,
     975      'path' => '',
     976      'link_class' => '',
     977      'alt' => '',
     978      'prefix' => '',
     979      'suffix' => '',
     980      'target' => '',
     981      'help' => '',
     982      'trim' => 0,
     983      'max_length' => '',
     984      'word_boundary' => 1,
     985      'ellipsis' => 1,
     986      'html' => 0,
     987      'strip_tags' => 0,
     988    ),
     989    'empty' => '',
     990    'hide_empty' => 0,
     991    'empty_zero' => 0,
     992    'link_to_node' => 0,
     993    'label_type' => 'widget',
     994    'format' => 'plain',
     995    'multiple' => array(
     996      'group' => 1,
     997      'multiple_number' => '',
     998      'multiple_from' => '',
     999      'multiple_reversed' => 0,
     1000    ),
     1001    'exclude' => 0,
     1002    'id' => 'field_foda_a2_value',
     1003    'table' => 'node_data_field_foda_a2',
     1004    'field' => 'field_foda_a2_value',
     1005    'relationship' => 'none',
     1006  ),
     1007  'field_foda_a3_value' => array(
     1008    'label' => 'Amenazas Proceso interno y operacional',
     1009    'alter' => array(
     1010      'alter_text' => 0,
     1011      'text' => '',
     1012      'make_link' => 0,
     1013      'path' => '',
     1014      'link_class' => '',
     1015      'alt' => '',
     1016      'prefix' => '',
     1017      'suffix' => '',
     1018      'target' => '',
     1019      'help' => '',
     1020      'trim' => 0,
     1021      'max_length' => '',
     1022      'word_boundary' => 1,
     1023      'ellipsis' => 1,
     1024      'html' => 0,
     1025      'strip_tags' => 0,
     1026    ),
     1027    'empty' => '',
     1028    'hide_empty' => 0,
     1029    'empty_zero' => 0,
     1030    'link_to_node' => 0,
     1031    'label_type' => 'widget',
     1032    'format' => 'plain',
     1033    'multiple' => array(
     1034      'group' => 1,
     1035      'multiple_number' => '',
     1036      'multiple_from' => '',
     1037      'multiple_reversed' => 0,
     1038    ),
     1039    'exclude' => 0,
     1040    'id' => 'field_foda_a3_value',
     1041    'table' => 'node_data_field_foda_a3',
     1042    'field' => 'field_foda_a3_value',
     1043    'relationship' => 'none',
     1044  ),
     1045  'field_foda_a4_value' => array(
     1046    'label' => 'Amenazas Aprendizaje y crecimiento del talento humano',
     1047    'alter' => array(
     1048      'alter_text' => 0,
     1049      'text' => '',
     1050      'make_link' => 0,
     1051      'path' => '',
     1052      'link_class' => '',
     1053      'alt' => '',
     1054      'prefix' => '',
     1055      'suffix' => '',
     1056      'target' => '',
     1057      'help' => '',
     1058      'trim' => 0,
     1059      'max_length' => '',
     1060      'word_boundary' => 1,
     1061      'ellipsis' => 1,
     1062      'html' => 0,
     1063      'strip_tags' => 0,
     1064    ),
     1065    'empty' => '',
     1066    'hide_empty' => 0,
     1067    'empty_zero' => 0,
     1068    'link_to_node' => 0,
     1069    'label_type' => 'widget',
     1070    'format' => 'plain',
     1071    'multiple' => array(
     1072      'group' => 1,
     1073      'multiple_number' => '',
     1074      'multiple_from' => '',
     1075      'multiple_reversed' => 0,
     1076    ),
     1077    'exclude' => 0,
     1078    'id' => 'field_foda_a4_value',
     1079    'table' => 'node_data_field_foda_a4',
     1080    'field' => 'field_foda_a4_value',
     1081    'relationship' => 'none',
     1082  ),
     1083  'field_foda_a5_value' => array(
     1084    'label' => 'Amenazas Responsabilidad social y comunitaria',
     1085    'alter' => array(
     1086      'alter_text' => 0,
     1087      'text' => '',
     1088      'make_link' => 0,
     1089      'path' => '',
     1090      'link_class' => '',
     1091      'alt' => '',
     1092      'prefix' => '',
     1093      'suffix' => '',
     1094      'target' => '',
     1095      'help' => '',
     1096      'trim' => 0,
     1097      'max_length' => '',
     1098      'word_boundary' => 1,
     1099      'ellipsis' => 1,
     1100      'html' => 0,
     1101      'strip_tags' => 0,
     1102    ),
     1103    'empty' => '',
     1104    'hide_empty' => 0,
     1105    'empty_zero' => 0,
     1106    'link_to_node' => 0,
     1107    'label_type' => 'widget',
     1108    'format' => 'plain',
     1109    'multiple' => array(
     1110      'group' => 1,
     1111      'multiple_number' => '',
     1112      'multiple_from' => '',
     1113      'multiple_reversed' => 0,
     1114    ),
     1115    'exclude' => 0,
     1116    'id' => 'field_foda_a5_value',
     1117    'table' => 'node_data_field_foda_a5',
     1118    'field' => 'field_foda_a5_value',
     1119    'relationship' => 'none',
     1120  ),
     1121  'field_foda_d4_value' => array(
     1122    'label' => 'Debilidades Aprendizaje y crecimiento del talento humano',
     1123    'alter' => array(
     1124      'alter_text' => 0,
     1125      'text' => '',
     1126      'make_link' => 0,
     1127      'path' => '',
     1128      'link_class' => '',
     1129      'alt' => '',
     1130      'prefix' => '',
     1131      'suffix' => '',
     1132      'target' => '',
     1133      'help' => '',
     1134      'trim' => 0,
     1135      'max_length' => '',
     1136      'word_boundary' => 1,
     1137      'ellipsis' => 1,
     1138      'html' => 0,
     1139      'strip_tags' => 0,
     1140    ),
     1141    'empty' => '',
     1142    'hide_empty' => 0,
     1143    'empty_zero' => 0,
     1144    'link_to_node' => 0,
     1145    'label_type' => 'widget',
     1146    'format' => 'plain',
     1147    'multiple' => array(
     1148      'group' => 1,
     1149      'multiple_number' => '',
     1150      'multiple_from' => '',
     1151      'multiple_reversed' => 0,
     1152    ),
     1153    'exclude' => 0,
     1154    'id' => 'field_foda_d4_value',
     1155    'table' => 'node_data_field_foda_d4',
     1156    'field' => 'field_foda_d4_value',
     1157    'relationship' => 'none',
     1158  ),
     1159  'field_foda_f1_value' => array(
     1160    'label' => 'Fortalezas Presupuestaria y financiera',
     1161    'alter' => array(
     1162      'alter_text' => 0,
     1163      'text' => '',
     1164      'make_link' => 0,
     1165      'path' => '',
     1166      'link_class' => '',
     1167      'alt' => '',
     1168      'prefix' => '',
     1169      'suffix' => '',
     1170      'target' => '',
     1171      'help' => '',
     1172      'trim' => 0,
     1173      'max_length' => '',
     1174      'word_boundary' => 1,
     1175      'ellipsis' => 1,
     1176      'html' => 0,
     1177      'strip_tags' => 0,
     1178    ),
     1179    'empty' => '',
     1180    'hide_empty' => 0,
     1181    'empty_zero' => 0,
     1182    'link_to_node' => 0,
     1183    'label_type' => 'widget',
     1184    'format' => 'plain',
     1185    'multiple' => array(
     1186      'group' => 1,
     1187      'multiple_number' => '',
     1188      'multiple_from' => '',
     1189      'multiple_reversed' => 0,
     1190    ),
     1191    'exclude' => 0,
     1192    'id' => 'field_foda_f1_value',
     1193    'table' => 'node_data_field_foda_f1',
     1194    'field' => 'field_foda_f1_value',
     1195    'relationship' => 'none',
     1196  ),
     1197  'field_foda_f2_value' => array(
     1198    'label' => 'Fortalezas Servicio público',
     1199    'alter' => array(
     1200      'alter_text' => 0,
     1201      'text' => '',
     1202      'make_link' => 0,
     1203      'path' => '',
     1204      'link_class' => '',
     1205      'alt' => '',
     1206      'prefix' => '',
     1207      'suffix' => '',
     1208      'target' => '',
     1209      'help' => '',
     1210      'trim' => 0,
     1211      'max_length' => '',
     1212      'word_boundary' => 1,
     1213      'ellipsis' => 1,
     1214      'html' => 0,
     1215      'strip_tags' => 0,
     1216    ),
     1217    'empty' => '',
     1218    'hide_empty' => 0,
     1219    'empty_zero' => 0,
     1220    'link_to_node' => 0,
     1221    'label_type' => 'widget',
     1222    'format' => 'plain',
     1223    'multiple' => array(
     1224      'group' => 1,
     1225      'multiple_number' => '',
     1226      'multiple_from' => '',
     1227      'multiple_reversed' => 0,
     1228    ),
     1229    'exclude' => 0,
     1230    'id' => 'field_foda_f2_value',
     1231    'table' => 'node_data_field_foda_f2',
     1232    'field' => 'field_foda_f2_value',
     1233    'relationship' => 'none',
     1234  ),
     1235  'field_foda_f3_value' => array(
     1236    'label' => 'Fortalezas Proceso interno y operacional',
     1237    'alter' => array(
     1238      'alter_text' => 0,
     1239      'text' => '',
     1240      'make_link' => 0,
     1241      'path' => '',
     1242      'link_class' => '',
     1243      'alt' => '',
     1244      'prefix' => '',
     1245      'suffix' => '',
     1246      'target' => '',
     1247      'help' => '',
     1248      'trim' => 0,
     1249      'max_length' => '',
     1250      'word_boundary' => 1,
     1251      'ellipsis' => 1,
     1252      'html' => 0,
     1253      'strip_tags' => 0,
     1254    ),
     1255    'empty' => '',
     1256    'hide_empty' => 0,
     1257    'empty_zero' => 0,
     1258    'link_to_node' => 0,
     1259    'label_type' => 'widget',
     1260    'format' => 'plain',
     1261    'multiple' => array(
     1262      'group' => 1,
     1263      'multiple_number' => '',
     1264      'multiple_from' => '',
     1265      'multiple_reversed' => 0,
     1266    ),
     1267    'exclude' => 0,
     1268    'id' => 'field_foda_f3_value',
     1269    'table' => 'node_data_field_foda_f3',
     1270    'field' => 'field_foda_f3_value',
     1271    'relationship' => 'none',
     1272  ),
     1273  'field_foda_f4_value' => array(
     1274    'label' => 'Fortalezas Aprendizaje y crecimiento del talento humano',
     1275    'alter' => array(
     1276      'alter_text' => 0,
     1277      'text' => '',
     1278      'make_link' => 0,
     1279      'path' => '',
     1280      'link_class' => '',
     1281      'alt' => '',
     1282      'prefix' => '',
     1283      'suffix' => '',
     1284      'target' => '',
     1285      'help' => '',
     1286      'trim' => 0,
     1287      'max_length' => '',
     1288      'word_boundary' => 1,
     1289      'ellipsis' => 1,
     1290      'html' => 0,
     1291      'strip_tags' => 0,
     1292    ),
     1293    'empty' => '',
     1294    'hide_empty' => 0,
     1295    'empty_zero' => 0,
     1296    'link_to_node' => 0,
     1297    'label_type' => 'widget',
     1298    'format' => 'plain',
     1299    'multiple' => array(
     1300      'group' => 1,
     1301      'multiple_number' => '',
     1302      'multiple_from' => '',
     1303      'multiple_reversed' => 0,
     1304    ),
     1305    'exclude' => 0,
     1306    'id' => 'field_foda_f4_value',
     1307    'table' => 'node_data_field_foda_f4',
     1308    'field' => 'field_foda_f4_value',
     1309    'relationship' => 'none',
     1310  ),
     1311  'field_foda_f5_value' => array(
     1312    'label' => 'Fortalezas Responsabilidad social y comunitaria',
     1313    'alter' => array(
     1314      'alter_text' => 0,
     1315      'text' => '',
     1316      'make_link' => 0,
     1317      'path' => '',
     1318      'link_class' => '',
     1319      'alt' => '',
     1320      'prefix' => '',
     1321      'suffix' => '',
     1322      'target' => '',
     1323      'help' => '',
     1324      'trim' => 0,
     1325      'max_length' => '',
     1326      'word_boundary' => 1,
     1327      'ellipsis' => 1,
     1328      'html' => 0,
     1329      'strip_tags' => 0,
     1330    ),
     1331    'empty' => '',
     1332    'hide_empty' => 0,
     1333    'empty_zero' => 0,
     1334    'link_to_node' => 0,
     1335    'label_type' => 'widget',
     1336    'format' => 'plain',
     1337    'multiple' => array(
     1338      'group' => 1,
     1339      'multiple_number' => '',
     1340      'multiple_from' => '',
     1341      'multiple_reversed' => 0,
     1342    ),
     1343    'exclude' => 0,
     1344    'id' => 'field_foda_f5_value',
     1345    'table' => 'node_data_field_foda_f5',
     1346    'field' => 'field_foda_f5_value',
     1347    'relationship' => 'none',
     1348  ),
     1349  'field_foda_d1_value' => array(
     1350    'label' => 'Debilidades Presupuestaria y financiera',
     1351    'alter' => array(
     1352      'alter_text' => 0,
     1353      'text' => '',
     1354      'make_link' => 0,
     1355      'path' => '',
     1356      'link_class' => '',
     1357      'alt' => '',
     1358      'prefix' => '',
     1359      'suffix' => '',
     1360      'target' => '',
     1361      'help' => '',
     1362      'trim' => 0,
     1363      'max_length' => '',
     1364      'word_boundary' => 1,
     1365      'ellipsis' => 1,
     1366      'html' => 0,
     1367      'strip_tags' => 0,
     1368    ),
     1369    'empty' => '',
     1370    'hide_empty' => 0,
     1371    'empty_zero' => 0,
     1372    'link_to_node' => 0,
     1373    'label_type' => 'widget',
     1374    'format' => 'plain',
     1375    'multiple' => array(
     1376      'group' => 1,
     1377      'multiple_number' => '',
     1378      'multiple_from' => '',
     1379      'multiple_reversed' => 0,
     1380    ),
     1381    'exclude' => 0,
     1382    'id' => 'field_foda_d1_value',
     1383    'table' => 'node_data_field_foda_d1',
     1384    'field' => 'field_foda_d1_value',
     1385    'relationship' => 'none',
     1386  ),
     1387  'field_foda_d3_value' => array(
     1388    'label' => 'Debilidades Proceso interno y operacional',
     1389    'alter' => array(
     1390      'alter_text' => 0,
     1391      'text' => '',
     1392      'make_link' => 0,
     1393      'path' => '',
     1394      'link_class' => '',
     1395      'alt' => '',
     1396      'prefix' => '',
     1397      'suffix' => '',
     1398      'target' => '',
     1399      'help' => '',
     1400      'trim' => 0,
     1401      'max_length' => '',
     1402      'word_boundary' => 1,
     1403      'ellipsis' => 1,
     1404      'html' => 0,
     1405      'strip_tags' => 0,
     1406    ),
     1407    'empty' => '',
     1408    'hide_empty' => 0,
     1409    'empty_zero' => 0,
     1410    'link_to_node' => 0,
     1411    'label_type' => 'widget',
     1412    'format' => 'plain',
     1413    'multiple' => array(
     1414      'group' => 1,
     1415      'multiple_number' => '',
     1416      'multiple_from' => '',
     1417      'multiple_reversed' => 0,
     1418    ),
     1419    'exclude' => 0,
     1420    'id' => 'field_foda_d3_value',
     1421    'table' => 'node_data_field_foda_d3',
     1422    'field' => 'field_foda_d3_value',
     1423    'relationship' => 'none',
     1424  ),
     1425  'field_foda_d5_value' => array(
     1426    'label' => 'Debilidades Responsabilidad social y comunitaria',
     1427    'alter' => array(
     1428      'alter_text' => 0,
     1429      'text' => '',
     1430      'make_link' => 0,
     1431      'path' => '',
     1432      'link_class' => '',
     1433      'alt' => '',
     1434      'prefix' => '',
     1435      'suffix' => '',
     1436      'target' => '',
     1437      'help' => '',
     1438      'trim' => 0,
     1439      'max_length' => '',
     1440      'word_boundary' => 1,
     1441      'ellipsis' => 1,
     1442      'html' => 0,
     1443      'strip_tags' => 0,
     1444    ),
     1445    'empty' => '',
     1446    'hide_empty' => 0,
     1447    'empty_zero' => 0,
     1448    'link_to_node' => 0,
     1449    'label_type' => 'widget',
     1450    'format' => 'plain',
     1451    'multiple' => array(
     1452      'group' => 1,
     1453      'multiple_number' => '',
     1454      'multiple_from' => '',
     1455      'multiple_reversed' => 0,
     1456    ),
     1457    'exclude' => 0,
     1458    'id' => 'field_foda_d5_value',
     1459    'table' => 'node_data_field_foda_d5',
     1460    'field' => 'field_foda_d5_value',
     1461    'relationship' => 'none',
     1462  ),
     1463  'field_foda_d2_value' => array(
     1464    'label' => 'Debilidades Servicio público',
     1465    'alter' => array(
     1466      'alter_text' => 0,
     1467      'text' => '',
     1468      'make_link' => 0,
     1469      'path' => '',
     1470      'link_class' => '',
     1471      'alt' => '',
     1472      'prefix' => '',
     1473      'suffix' => '',
     1474      'target' => '',
     1475      'help' => '',
     1476      'trim' => 0,
     1477      'max_length' => '',
     1478      'word_boundary' => 1,
     1479      'ellipsis' => 1,
     1480      'html' => 0,
     1481      'strip_tags' => 0,
     1482    ),
     1483    'empty' => '',
     1484    'hide_empty' => 0,
     1485    'empty_zero' => 0,
     1486    'link_to_node' => 0,
     1487    'label_type' => 'widget',
     1488    'format' => 'plain',
     1489    'multiple' => array(
     1490      'group' => 1,
     1491      'multiple_number' => '',
     1492      'multiple_from' => '',
     1493      'multiple_reversed' => 0,
     1494    ),
     1495    'exclude' => 0,
     1496    'id' => 'field_foda_d2_value',
     1497    'table' => 'node_data_field_foda_d2',
     1498    'field' => 'field_foda_d2_value',
     1499    'relationship' => 'none',
     1500  ),
     1501  'field_institucional_mision_value' => array(
     1502    'label' => 'Misión',
     1503    'alter' => array(
     1504      'alter_text' => 0,
     1505      'text' => '',
     1506      'make_link' => 0,
     1507      'path' => '',
     1508      'link_class' => '',
     1509      'alt' => '',
     1510      'prefix' => '',
     1511      'suffix' => '',
     1512      'target' => '',
     1513      'help' => '',
     1514      'trim' => 0,
     1515      'max_length' => '',
     1516      'word_boundary' => 1,
     1517      'ellipsis' => 1,
     1518      'html' => 0,
     1519      'strip_tags' => 0,
     1520    ),
     1521    'empty' => '',
     1522    'hide_empty' => 0,
     1523    'empty_zero' => 0,
     1524    'link_to_node' => 0,
     1525    'label_type' => 'widget',
     1526    'format' => 'plain',
     1527    'multiple' => array(
     1528      'group' => TRUE,
     1529      'multiple_number' => '',
     1530      'multiple_from' => '',
     1531      'multiple_reversed' => FALSE,
     1532    ),
     1533    'exclude' => 0,
     1534    'id' => 'field_institucional_mision_value',
     1535    'table' => 'node_data_field_institucional_mision',
     1536    'field' => 'field_institucional_mision_value',
     1537    'relationship' => 'none',
     1538  ),
     1539  'field_institucional_vision_value' => array(
     1540    'label' => 'Visión',
     1541    'alter' => array(
     1542      'alter_text' => 0,
     1543      'text' => '',
     1544      'make_link' => 0,
     1545      'path' => '',
     1546      'link_class' => '',
     1547      'alt' => '',
     1548      'prefix' => '',
     1549      'suffix' => '',
     1550      'target' => '',
     1551      'help' => '',
     1552      'trim' => 0,
     1553      'max_length' => '',
     1554      'word_boundary' => 1,
     1555      'ellipsis' => 1,
     1556      'html' => 0,
     1557      'strip_tags' => 0,
     1558    ),
     1559    'empty' => '',
     1560    'hide_empty' => 0,
     1561    'empty_zero' => 0,
     1562    'link_to_node' => 0,
     1563    'label_type' => 'widget',
     1564    'format' => 'plain',
     1565    'multiple' => array(
     1566      'group' => TRUE,
     1567      'multiple_number' => '',
     1568      'multiple_from' => '',
     1569      'multiple_reversed' => FALSE,
     1570    ),
     1571    'exclude' => 0,
     1572    'id' => 'field_institucional_vision_value',
     1573    'table' => 'node_data_field_institucional_vision',
     1574    'field' => 'field_institucional_vision_value',
     1575    'relationship' => 'none',
     1576  ),
     1577  'field_institucional_funcion_value_1' => array(
     1578    'label' => 'Objetivos Funcionales',
     1579    'alter' => array(
     1580      'alter_text' => 0,
     1581      'text' => '',
     1582      'make_link' => 0,
     1583      'path' => '',
     1584      'link_class' => '',
     1585      'alt' => '',
     1586      'prefix' => '',
     1587      'suffix' => '',
     1588      'target' => '',
     1589      'help' => '',
     1590      'trim' => 0,
     1591      'max_length' => '',
     1592      'word_boundary' => 1,
     1593      'ellipsis' => 1,
     1594      'html' => 0,
     1595      'strip_tags' => 0,
     1596    ),
     1597    'empty' => '',
     1598    'hide_empty' => 0,
     1599    'empty_zero' => 0,
     1600    'link_to_node' => 0,
     1601    'label_type' => 'widget',
     1602    'format' => 'plain',
     1603    'multiple' => array(
     1604      'group' => 1,
     1605      'multiple_number' => '',
     1606      'multiple_from' => '',
     1607      'multiple_reversed' => 0,
     1608    ),
     1609    'exclude' => 0,
     1610    'id' => 'field_institucional_funcion_value_1',
     1611    'table' => 'node_data_field_institucional_funcion',
     1612    'field' => 'field_institucional_funcion_value',
     1613    'relationship' => 'none',
     1614  ),
     1615  'field_institucional_estrat1_value' => array(
     1616    'label' => 'Objetivos Estratégicos Presupuestaria y Financiera',
     1617    'alter' => array(
     1618      'alter_text' => 0,
     1619      'text' => '',
     1620      'make_link' => 0,
     1621      'path' => '',
     1622      'link_class' => '',
     1623      'alt' => '',
     1624      'prefix' => '',
     1625      'suffix' => '',
     1626      'target' => '',
     1627      'help' => '',
     1628      'trim' => 0,
     1629      'max_length' => '',
     1630      'word_boundary' => 1,
     1631      'ellipsis' => 1,
     1632      'html' => 0,
     1633      'strip_tags' => 0,
     1634    ),
     1635    'empty' => '',
     1636    'hide_empty' => 0,
     1637    'empty_zero' => 0,
     1638    'link_to_node' => 0,
     1639    'label_type' => 'widget',
     1640    'format' => 'plain',
     1641    'multiple' => array(
     1642      'group' => 1,
     1643      'multiple_number' => '',
     1644      'multiple_from' => '',
     1645      'multiple_reversed' => 0,
     1646    ),
     1647    'exclude' => 0,
     1648    'id' => 'field_institucional_estrat1_value',
     1649    'table' => 'node_data_field_institucional_estrat1',
     1650    'field' => 'field_institucional_estrat1_value',
     1651    'relationship' => 'none',
     1652  ),
     1653  'field_institucional_estrat2_value_1' => array(
     1654    'label' => 'Objetivos Estratégicos Servicio Público',
     1655    'alter' => array(
     1656      'alter_text' => 0,
     1657      'text' => '',
     1658      'make_link' => 0,
     1659      'path' => '',
     1660      'link_class' => '',
     1661      'alt' => '',
     1662      'prefix' => '',
     1663      'suffix' => '',
     1664      'target' => '',
     1665      'help' => '',
     1666      'trim' => 0,
     1667      'max_length' => '',
     1668      'word_boundary' => 1,
     1669      'ellipsis' => 1,
     1670      'html' => 0,
     1671      'strip_tags' => 0,
     1672    ),
     1673    'empty' => '',
     1674    'hide_empty' => 0,
     1675    'empty_zero' => 0,
     1676    'link_to_node' => 0,
     1677    'label_type' => 'widget',
     1678    'format' => 'plain',
     1679    'multiple' => array(
     1680      'group' => 1,
     1681      'multiple_number' => '',
     1682      'multiple_from' => '',
     1683      'multiple_reversed' => 0,
     1684    ),
     1685    'exclude' => 0,
     1686    'id' => 'field_institucional_estrat2_value_1',
     1687    'table' => 'node_data_field_institucional_estrat2',
     1688    'field' => 'field_institucional_estrat2_value',
     1689    'relationship' => 'none',
     1690  ),
     1691  'field_institucional_estrat3_value_1' => array(
     1692    'label' => 'Objetivos Estratégicos Proceso Interno y Operacional',
     1693    'alter' => array(
     1694      'alter_text' => 0,
     1695      'text' => '',
     1696      'make_link' => 0,
     1697      'path' => '',
     1698      'link_class' => '',
     1699      'alt' => '',
     1700      'prefix' => '',
     1701      'suffix' => '',
     1702      'target' => '',
     1703      'help' => '',
     1704      'trim' => 0,
     1705      'max_length' => '',
     1706      'word_boundary' => 1,
     1707      'ellipsis' => 1,
     1708      'html' => 0,
     1709      'strip_tags' => 0,
     1710    ),
     1711    'empty' => '',
     1712    'hide_empty' => 0,
     1713    'empty_zero' => 0,
     1714    'link_to_node' => 0,
     1715    'label_type' => 'widget',
     1716    'format' => 'plain',
     1717    'multiple' => array(
     1718      'group' => 1,
     1719      'multiple_number' => '',
     1720      'multiple_from' => '',
     1721      'multiple_reversed' => 0,
     1722    ),
     1723    'exclude' => 0,
     1724    'id' => 'field_institucional_estrat3_value_1',
     1725    'table' => 'node_data_field_institucional_estrat3',
     1726    'field' => 'field_institucional_estrat3_value',
     1727    'relationship' => 'none',
     1728  ),
     1729  'field_institucional_estrat4_value' => array(
     1730    'label' => 'Objetivos Estratégicos Aprendizaje y Crecimiento del Talento Humano',
     1731    'alter' => array(
     1732      'alter_text' => 0,
     1733      'text' => '',
     1734      'make_link' => 0,
     1735      'path' => '',
     1736      'link_class' => '',
     1737      'alt' => '',
     1738      'prefix' => '',
     1739      'suffix' => '',
     1740      'target' => '',
     1741      'help' => '',
     1742      'trim' => 0,
     1743      'max_length' => '',
     1744      'word_boundary' => 1,
     1745      'ellipsis' => 1,
     1746      'html' => 0,
     1747      'strip_tags' => 0,
     1748    ),
     1749    'empty' => '',
     1750    'hide_empty' => 0,
     1751    'empty_zero' => 0,
     1752    'link_to_node' => 0,
     1753    'label_type' => 'widget',
     1754    'format' => 'plain',
     1755    'multiple' => array(
     1756      'group' => 1,
     1757      'multiple_number' => '',
     1758      'multiple_from' => '',
     1759      'multiple_reversed' => 0,
     1760    ),
     1761    'exclude' => 0,
     1762    'id' => 'field_institucional_estrat4_value',
     1763    'table' => 'node_data_field_institucional_estrat4',
     1764    'field' => 'field_institucional_estrat4_value',
     1765    'relationship' => 'none',
     1766  ),
     1767  'field_institucional_estrat5_value_1' => array(
     1768    'label' => 'Objetivos Estratégicos Responsabilidad Social y Comunitaria',
     1769    'alter' => array(
     1770      'alter_text' => 0,
     1771      'text' => '',
     1772      'make_link' => 0,
     1773      'path' => '',
     1774      'link_class' => '',
     1775      'alt' => '',
     1776      'prefix' => '',
     1777      'suffix' => '',
     1778      'target' => '',
     1779      'help' => '',
     1780      'trim' => 0,
     1781      'max_length' => '',
     1782      'word_boundary' => 1,
     1783      'ellipsis' => 1,
     1784      'html' => 0,
     1785      'strip_tags' => 0,
     1786    ),
     1787    'empty' => '',
     1788    'hide_empty' => 0,
     1789    'empty_zero' => 0,
     1790    'link_to_node' => 0,
     1791    'label_type' => 'widget',
     1792    'format' => 'plain',
     1793    'multiple' => array(
     1794      'group' => 1,
     1795      'multiple_number' => '',
     1796      'multiple_from' => '',
     1797      'multiple_reversed' => 0,
     1798    ),
     1799    'exclude' => 0,
     1800    'id' => 'field_institucional_estrat5_value_1',
     1801    'table' => 'node_data_field_institucional_estrat5',
     1802    'field' => 'field_institucional_estrat5_value',
     1803    'relationship' => 'none',
     1804  ),
     1805  'field_foda_o4_value' => array(
     1806    'label' => 'Oportunidades Aprendizaje y crecimiento del talento humano',
     1807    'alter' => array(
     1808      'alter_text' => 0,
     1809      'text' => '',
     1810      'make_link' => 0,
     1811      'path' => '',
     1812      'link_class' => '',
     1813      'alt' => '',
     1814      'prefix' => '',
     1815      'suffix' => '',
     1816      'target' => '',
     1817      'help' => '',
     1818      'trim' => 0,
     1819      'max_length' => '',
     1820      'word_boundary' => 1,
     1821      'ellipsis' => 1,
     1822      'html' => 0,
     1823      'strip_tags' => 0,
     1824    ),
     1825    'empty' => '',
     1826    'hide_empty' => 0,
     1827    'empty_zero' => 0,
     1828    'link_to_node' => 0,
     1829    'label_type' => 'widget',
     1830    'format' => 'plain',
     1831    'multiple' => array(
     1832      'group' => 1,
     1833      'multiple_number' => '',
     1834      'multiple_from' => '',
     1835      'multiple_reversed' => 0,
     1836    ),
     1837    'exclude' => 0,
     1838    'id' => 'field_foda_o4_value',
     1839    'table' => 'node_data_field_foda_o4',
     1840    'field' => 'field_foda_o4_value',
     1841    'relationship' => 'none',
     1842  ),
     1843));
     1844  $handler->override_option('sorts', array(
     1845    'title' => array(
     1846      'order' => 'ASC',
     1847      'id' => 'title',
     1848      'table' => 'node',
     1849      'field' => 'title',
     1850      'relationship' => 'field_institucional_ente_nid',
     1851    ),
     1852  ));
     1853  $handler->override_option('filters', array(
     1854    'type' => array(
     1855      'operator' => 'in',
     1856      'value' => array(
     1857        'ente_institucional' => 'ente_institucional',
     1858      ),
     1859      'group' => '0',
     1860      'exposed' => FALSE,
     1861      'expose' => array(
     1862        'operator' => FALSE,
     1863        'label' => '',
     1864      ),
     1865      'id' => 'type',
     1866      'table' => 'node',
     1867      'field' => 'type',
     1868      'relationship' => 'none',
     1869    ),
     1870    'title' => array(
     1871      'operator' => 'starts',
     1872      'value' => '',
     1873      'group' => '0',
     1874      'exposed' => TRUE,
     1875      'expose' => array(
     1876        'use_operator' => 0,
     1877        'operator' => 'title_op',
     1878        'identifier' => 'title',
     1879        'label' => 'Ente Planificador',
     1880        'optional' => 1,
     1881        'remember' => 0,
     1882      ),
     1883      'case' => 1,
     1884      'id' => 'title',
     1885      'table' => 'node',
     1886      'field' => 'title',
     1887      'relationship' => 'field_institucional_ente_nid',
     1888    ),
     1889  ));
     1890  $handler->override_option('access', array(
     1891    'type' => 'perm',
     1892    'perm' => 'admin planificador', 
     1893  ));
     1894  $handler->override_option('cache', array(
     1895    'type' => 'none',
     1896  ));
     1897  $handler->override_option('use_pager', '1');
     1898  $handler->override_option('style_plugin', 'table');
     1899  $handler = $view->new_display('page', 'Página', 'page_1');
     1900  $handler->override_option('path', 'reportes/datos_institucionales');
     1901  $handler->override_option('menu', array(
     1902    'type' => 'tab',
     1903    'title' => 'Datos Institucionales',
     1904    'description' => '',
     1905    'weight' => '0',
     1906    'name' => 'navigation',
     1907  ));
     1908  $handler->override_option('tab_options', array(
     1909    'type' => 'none',
     1910    'title' => '',
     1911    'description' => '',
     1912    'weight' => 0,
     1913    'name' => 'navigation',
     1914  ));
     1915  $views[$view->name] = $view;
    6461916  return $views;
    6471917}
  • modulos/proyecto_estrategico/proyecto_estrategico.module

    r1819be7 r65995a6  
    11431143    }
    11441144  }
    1145   $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/proyecto_estrategicoa';
     1145  $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/proyecto_estrategico';
    11461146  $node_load->log = t('Modificados los datos misión y visión del actor planificador');
    11471147  $node_load->revision = 1;
     
    11491149  drupal_set_message(t("Se agregarón la misión y visión del ente"));
    11501150  if ($_REQUEST['destination']) {
    1151     $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/proyecto_estrategicoa',
     1151    $form_state['redirect'] = url('planificacion/' . $form_state['values']['ente_planificador_nid'] . '/proyecto_estrategico',
    11521152      array(
    11531153        'query' => array(
     
    11611161  else {
    11621162    // add redirect
    1163     $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/proyecto_estrategicoa';
     1163    $form_state['redirect'] = 'planificacion/' . $form_state['values']['ente_planificador_nid'] . '/proyecto_estrategico';
    11641164  }
    11651165}
     
    12981298function proyecto_estrategico_planner_items_toolbar($ente_planificador, $handler_icon) {
    12991299  $link = array();
    1300   $icon_path = entes_planificadores_toolbar_get_icon_path('planner', 'institucional', $handler_icon);
     1300  $icon_path = entes_planificadores_toolbar_get_icon_path('planner', 'proyectoes', $handler_icon);
    13011301  $link[] = array(
    13021302    'path' => 'planificacion/' . $ente_planificador->nid . '/proyecto_estrategico',
    13031303    'icon_path' => $icon_path,
    13041304    'icon' => theme('image', $icon_path, t('Consultar Información Institucional del actor planificador'), t('Consultar Información Institucional del actor planificador'), array('class' => 'handler-icon-' . $handler_icon)),
    1305     'title' => t('Información Institucional'),
    1306     'description' => t('Consultar Información Institucional del actor planificador'),
     1305    'title' => t('Proyectos estrategicos'),
     1306    'description' => t('Consultar Información de los proyectos estrategicos del actor planificador'),
    13071307    'category' => 'planner',
    13081308  );
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.