Project

General

Profile

Actions

Bug #24055

closed

Inconsistent styling of the DB integrity checks overview

Added by Ingo Renner over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

16389.diff (3.29 KB) 16389.diff Administrator Admin, 2010-11-14 21:06
Actions #1

Updated by Steffen Ritter over 13 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 #2

Updated by Ingo Renner over 13 years ago

committed to trunk (4.5) in r9820

Actions #3

Updated by Susanne Moog almost 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF