Actions
Bug #24055
closedInconsistent styling of the DB integrity checks overview
Start date:
2010-11-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The overview listing for the available database integrity checks in the DB check module is somewhat inconsistent with the look of a similar list found in the reports module.
The HTML structure and CSS styles are almost the same already, just need a little tweaking and icons.
(issue imported from #M16389)
Files
Updated by Steffen Ritter almost 14 years ago
you might want to use the icon via spriteIconAPI if you wanna be an example.
ext_tables.php of the extension:
t3lib_SpriteManager::addSingleIcons(
array(
'moduleIcon' => $BACKPATH . iconFile
),
$EXT_KEY
);
and later usage:
t3lib_iconWorks::getSpriteIcon('extensions-Extkey-moduleIcon');
but IMHO skinImg() is fine here, too
Actions