소스 검색

Added home page for the controlled vocabulary lookup

Stephen Ficklin 7 년 전
부모
커밋
3eca476835
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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,
     ),
   );