List view UI: Add alt tag to table cells

This commit is contained in:
Brian Federle 2012-12-27 11:58:50 -08:00
parent 539fca3520
commit 1b533f2354
1 changed files with 2 additions and 0 deletions

View File

@ -914,6 +914,8 @@
$('<span></span>').html(_s(content))
);
}
$td.attr('title', _s(content));
});
$tr.find('td:first').addClass('first');