- Patch #913146 by Jacine: alt attribute for incompatible module image on module listing page needs improvement.
parent
0dec18e5be
commit
ae66095b3b
|
@ -1061,7 +1061,7 @@ function _system_modules_build_row($info, $extra) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$form['enable'] = array(
|
$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));
|
$form['description']['#markup'] .= theme('system_modules_incompatible', array('message' => $status_long));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue