actContentObject * @param array $this->langlist * @param string $this->catid * @desc Shows the dialog for the content translation */ $act=$this->act; $task=$this->task; $select_language_id = $this->select_language_id; $user =& JFactory::getUser(); $db =& JFactory::getDBO(); $elementTable = $this->actContentObject->getTable(); // Should use CSS for image waps - in the meantime to this. global $mainframe; $jsfile = ''; $mainframe->addCustomHeadTag( $jsfile ); //$this->_JoomlaHeader( JText::_('TITLE_TRANSLATION'), 'joomfish', '', false ); jimport( 'joomla.html.editor' ); $wysiwygeditor =& JFactory::getEditor(); $editorFields=null; foreach ($this->tranFilters as $filter) { echo ""; } // check system and user editor and load appropriate copying script $user =& JFactory::getUser(); $conf =& JFactory::getConfig(); $editor = $conf->getValue('config.editor'); // Place a reference to the element Table in the config so that it can be used in translation of urlparams !!! $conf->setValue('joomfish.elementTable',$elementTable); echo "\n\n"; $editorFile = JOOMFISH_ADMINPATH."/editors/".strtolower($editor).".php"; if (file_exists($editorFile)){ require_once($editorFile); } else { ?>