Project

General

Profile

Actions

Bug #18339

closed

EM - Translation Manager loose CSS while updating

Added by Steffen Kamper over 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-02-29
Due date:
% Done:

0%

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

Description

when you select a language and then press update whole page is loosing css.
I think this is because of the docheader and templating, seems that the Ajax doesn't care this.

See attached screenshot

(issue imported from #M7713)


Files

translation.png (56.8 KB) translation.png Administrator Admin, 2008-02-29 11:57
7713_em_translations_updatefix.diff (2.83 KB) 7713_em_translations_updatefix.diff Administrator Admin, 2008-03-01 14:07
Actions #1

Updated by Oliver Hader over 16 years ago

I can confirm this in rev. 3321

Actions #2

Updated by Steffen Kamper over 16 years ago

The reason is the kind of outputting in Translation Manager, it's done by this:

// Override content output - we now do that ourself:
echo ($this->content . $this->doc->section('Translation status',$content,0,1));
$this->doPrintContent = FALSE;
flush();

sure that there is all missing what docheader is.

I created a patch where the doc is rendered in same manner while check or update, patch is attached.

Actions #3

Updated by Ingo Renner over 16 years ago

committed to SVN

Actions

Also available in: Atom PDF