- Patch #913146 by Jacine: alt attribute for incompatible module image on module listing page needs improvement.

merge-requests/26/head
Dries Buytaert 2010-09-16 17:42:56 +00:00
parent 0dec18e5be
commit ae66095b3b
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ function _system_modules_build_row($info, $extra) {
}
else {
$form['enable'] = array(
'#markup' => theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => t('incompatible'), 'title' => $status_short)),
'#markup' => theme('image', array('path' => 'misc/watchdog-error.png', 'alt' => $status_short, 'title' => $status_short)),
);
$form['description']['#markup'] .= theme('system_modules_incompatible', array('message' => $status_long));
}