Эх сурвалжийг харах

Added ID to importers table

spficklin 12 жил өмнө
parent
commit
e673df1dc2

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