Project

General

Profile

Actions

Bug #15573

closed

missing icons

Added by Ren© H¤fliger almost 19 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-02-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

savedoknew.gif
undo.gif
edit2.gif
add.gif
list.gif

(issue imported from #M2493)


Files

savedoknew.gif (249 Bytes) savedoknew.gif Administrator Admin, 2006-04-27 15:53
undo.gif (117 Bytes) undo.gif Administrator Admin, 2006-05-28 12:13
csv.gif (164 Bytes) csv.gif Administrator Admin, 2006-06-02 12:54
Actions #1

Updated by Martin Kutschker over 18 years ago

edit2.gif is not missing. An edit2.gif exists, but it's not used in all places. It's there in Web>list, but not for select fields (together with add.gif and list.gif). Perhaps a bug of the form rendering functions.

add.gif is missing, but what do you expect from this simple image?

Actions #2

Updated by Martin Kutschker over 18 years ago

Please approve the attached two missing icons.

Actions #3

Updated by Martin Kutschker over 18 years ago

I've found the problem to be in class.t3lib_tceforms.php:getIcon().

Make this change and you get the new icons:

} else {
// $selIconFile = $this->backPath.'gfx/'.$icon;
//$selIconInfo = @getimagesize(PATH_t3lib.'gfx/'.$icon);
$selIconFile = t3lib_iconWorks::skinImg($this->backPath,'gfx/'.$icon,'',1);
$selIconInfo = @getimagesize(PATH_typo3.$selIconFile);
}

Actions #4

Updated by Martin Kutschker over 18 years ago

Also missing: csv.gif

Actions #5

Updated by Martin Kutschker over 18 years ago

Fixed in CVS.

Actions

Also available in: Atom PDF