Bug #18464 » 7883_addscrollbarstoimpexpwizard.diff
typo3/sysext/impexp/app/index.php (working copy) | ||
---|---|---|
$this->doc = t3lib_div::makeInstance('mediumDoc');
|
||
$this->doc->backPath = $BACK_PATH;
|
||
$this->doc->docType = 'xhtml_trans';
|
||
$this->doc->bodyTagId = 'imp-exp-mod';
|
||
|
||
// JavaScript
|
||
$this->doc->JScode = $this->doc->wrapScriptTags('
|
||
script_ended = 0;
|
- « Previous
- 1
- 2
- Next »