Browse Source

Added home page for the controlled vocabulary lookup

Stephen Ficklin 7 years ago
parent
commit
3eca476835
1 changed files with 2 additions and 1 deletions
  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,
     ),
   );