Project

General

Profile

Actions

Bug #21012

closed

t3lib_TCEforms_inline::renderForeignRecordHeaderControl() -> wrong backpath of a skin image

Added by Jan Messer about 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-08
Due date:
% Done:

0%

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

Description

If the record is edit-locked by another user, it "shows" a image without backpath.

Solution:
Change the first parameter from empty String ('') to $this->backPath.

Method: t3lib_TCEforms_inline::renderForeignRecordHeaderControl()
Line 684

CODE <<<
t3lib_iconWorks::skinImg('','gfx/recordlock_warning3.gif','width="17" height="12"')
CODE;

--- change to ---

DEBUGGED_CODE <<<
t3lib_iconWorks::skinImg($this->backPath,'gfx/recordlock_warning3.gif','width="17" height="12"')
DEBUGGED_CODE;

(issue imported from #M11898)

Actions #1

Updated by Alexander Opitz over 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF