فهرست منبع

Fixed bug in properties showing up twice

Stephen Ficklin 11 سال پیش
والد
کامیت
10f704a72e
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 1
      tripal_feature/theme/css/tripal_feature.css
  2. 1 1
      tripal_feature/tripal_feature.module

+ 2 - 1
tripal_feature/theme/css/tripal_feature.css

@@ -9,8 +9,9 @@
 
 pre#tripal_feature-featureloc_sequence {
   color: #000000;
+  /*
   height: 400px;
-  overflow: scroll;
+  overflow: scroll; */
 }
 
 div#tripal_feature-featureloc_sequence-legend {

+ 1 - 1
tripal_feature/tripal_feature.module

@@ -1388,7 +1388,7 @@ function tripal_feature_node_view($node, $view_mode, $langcode) {
           '#value' => theme('tripal_feature_properties', array('node' => $node)),
         );
         $node->content['tripal_feature_publications'] = array(
-          '#value' => theme('tripal_feature_properties', array('node' => $node)),
+          '#value' => theme('tripal_feature_publications', array('node' => $node)),
         );
         $node->content['tripal_feature_references'] = array(
           '#value' => theme('tripal_feature_references', array('node' => $node)),