Exemplo n.º 1
0
 /**
  * presenting the translation dialog
  *
  */
 function showTranslate()
 {
     // If direct translation then close the modal window
     if (intval(JRequest::getVar("direct", 0))) {
         $this->modalClose();
         return;
     }
     JoomfishControllerHelper::_setupContentElementCache();
     if (!JoomfishControllerHelper::_testSystemBotState()) {
         echo "<div style='font-size:16px;font-weight:bold;color:red'>" . JText::_('MAMBOT_ERROR') . "</div>";
     }
     $this->showTranslationOverview($this->_select_language_id, $this->_catid);
 }
Exemplo n.º 2
0
 function showCElementConfig()
 {
     $db =& JFactory::getDBO();
     JoomfishControllerHelper::_setupContentElementCache();
     $this->showElementOverview();
 }