소스 검색

Added ID to importers table

spficklin 12 년 전
부모
커밋
e673df1dc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tripal_pub/includes/pub_importers.inc

+ 1 - 1
tripal_pub/includes/pub_importers.inc

@@ -38,7 +38,7 @@ function tripal_pub_importers_list() {
     )
   );
 
-  $page = theme('table', $header, $rows);
+  $page = theme('table', $header, $rows, array('id' => 'tripal-pub-importer-table'));
   return $page;
 }