Jelajahi Sumber

Added home page for the controlled vocabulary lookup

Stephen Ficklin 7 tahun lalu
induk
melakukan
3eca476835
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      tripal/includes/tripal.term_lookup.inc

+ 2 - 1
tripal/includes/tripal.term_lookup.inc

@@ -136,7 +136,8 @@ function tripal_vocabulary_lookup_vocab_page($vocabulary) {
     'vocab_browser' => array(
       '#type' => 'item',
       '#title' => 'Term Browser',
-      '#markup' => $items,
+      '#markup' => '<p>Sometimes the full ontology may not be loaded into this site, but only terms needed by this site. The following allows browsing of loaded terms</p>' .
+         $items,
     ),
   );