芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/administrator/components/com_contact/elements/contact.php
getTemplate(); $fieldName = $control_name.'['.$name.']'; $contact = JTable::getInstance('contact'); if ($value) { $contact->load($value); } else { $contact->title = JText::_('COM_CONTENT_SELECT_A_CONTACT'); } $js = " function jSelectContact(id, name, object) { document.getElementById(object + '_id').value = id; document.getElementById(object + '_name').value = name; document.getElementById('sbox-window').close(); }"; $doc->addScriptDeclaration($js); $link = 'index.php?option=com_contact&task=element&tmpl=component&object='.$name; JHtml::_('behavior.modal', 'a.modal'); $html = "\n".'
'; // $html .= "\n
"; $html .= '
'.JText::_('JSELECT').'
'."\n"; $html .= "\n".'
'; return $html; } }