Преглед изворни кода

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