Преглед на файлове

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