浏览代码

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;
 }