Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js (revision 6354) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js (working copy) @@ -141,7 +141,7 @@ } } } - this.dialog = this.openDialog("CreateLink", this.makeUrlFromModulePath(this.modulePath, additionalParameter), null, null, {width:550, height:350}, "yes"); + this.dialog = this.openDialog("CreateLink", this.makeUrlFromModulePath(this.modulePath, additionalParameter), null, null, {width:950, height:600}, "yes"); return false; }, Index: typo3/sysext/rtehtmlarea/mod3/locallang.xml =================================================================== --- typo3/sysext/rtehtmlarea/mod3/locallang.xml (revision 6354) +++ typo3/sysext/rtehtmlarea/mod3/locallang.xml (working copy) @@ -27,6 +27,7 @@ + Index: typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php =================================================================== --- typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php (revision 6354) +++ typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php (working copy) @@ -815,8 +815,6 @@ } break; case 'page': - $content.=$this->addAttributesForm(); - $pagetree = t3lib_div::makeInstance('tx_rtehtmlarea_pageTree'); $pagetree->ext_showNavTitle = $GLOBALS['BE_USER']->getTSConfigVal('options.pageTree.showNavTitle'); $pagetree->addField('nav_title'); @@ -830,6 +828,7 @@ '.$this->barheader($LANG->getLL('pageTree').':').$tree.' '.$cElements.' + ' . $this->barheader($LANG->getLL('linkOptions') . ':') . $this->addAttributesForm() . ' '; @@ -877,7 +876,7 @@ - + '; @@ -894,7 +893,7 @@ return ($this->act == 'page' && $this->buttonConfig && is_array($this->buttonConfig['pageIdSelector.']) && $this->buttonConfig['pageIdSelector.']['enabled'])?' '.$LANG->getLL('page_id',1).': - +   ':''; @@ -906,7 +905,7 @@ return ($this->act == 'page' && $this->buttonConfig && is_array($this->buttonConfig['queryParametersSelector.']) && $this->buttonConfig['queryParametersSelector.']['enabled'])?' '.$LANG->getLL('query_parameters',1).': - + doc->formWidth(30) . ' /> ':''; @@ -926,12 +925,15 @@ $ltarget = ''; if ($this->act != 'mail') { + $targetFrame = ($this->setClass || !$this->classesAnchorDefault[$this->act]) ? '' : $this->classesAnchorDefaultTarget[$this->act]; + $ltarget .= ' '.$LANG->getLL('target',1).': - doc->formWidth(10).' />'; - $ltarget .= ' - '; + + doc->formWidth(10) . ' />'; if (!$targetSelectorConfig['disabled']) { $ltarget .= ' ' . $this->classesAnchorJSOptions[$this->act] . ' @@ -1048,9 +1050,9 @@ return ' - + - doc->formWidth(30) . ' /> + doc->formWidth(20) . ' /> ' . $title . '