Procházet zdrojové kódy

Added home page for the controlled vocabulary lookup

Stephen Ficklin před 7 roky
rodič
revize
3eca476835
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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,
     ),
   );