getTemplate(); $fieldName = $control_name.'['.$name.']'; $article =& JTable::getInstance('content'); if ($value) { $article->load($value); } else { $article->title = JText::_('Select an Article'); } $js = " function jSelectArticle(id, title, object) { document.getElementById(object + '_id').value = id; document.getElementById(object + '_name').value = title; document.getElementById('sbox-window').close(); }"; $doc->addScriptDeclaration($js); $link = 'index.php?option=com_content&task=element&tmpl=component&object='.$name; JHTML::_('behavior.modal', 'a.modal'); $html = "\n".'
'; // $html .= "\n   "; $html .= '
'.JText::_('Select').'
'."\n"; $html .= "\n".''; return $html; } }