Web Graphics Magazine
Sostitire nel file tableselect.js contenuto nella cartella misc di Drupal la riga
$('form table[th.select-all]').each(Drupal.tableSelect);
con
$('form table:has(th.select-all)').each(Drupal.tableSelect);
RSS, XHTML, CSS |