AAAAPK>\ᵁcontact/edit_metadata.phpnuW+Aform->getFieldsets('metadata'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
PK>\)contact/.htaccessnuW+A Order allow,deny Deny from all PK>\Ogcontact/edit_params.phpnuW+Aform->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name.'-params'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
label); ?>
PK>\Vcontact/index.htmlnuW+A PK>\\wcontact/edit.phpnuW+A
item->id) ? JText::_('COM_CONTACT_NEW_CONTACT') : JText::sprintf('COM_CONTACT_EDIT_CONTACT', $this->item->id); ?>
  • form->getLabel('name'); ?> form->getInput('name'); ?>
  • form->getLabel('alias'); ?> form->getInput('alias'); ?>
  • form->getLabel('user_id'); ?> form->getInput('user_id'); ?>
  • form->getLabel('catid'); ?> form->getInput('catid'); ?>
  • form->getLabel('published'); ?> form->getInput('published'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • form->getLabel('ordering'); ?> form->getInput('ordering'); ?>
  • form->getLabel('featured'); ?> form->getInput('featured'); ?>
  • form->getLabel('language'); ?> form->getInput('language'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
form->getLabel('misc'); ?>
form->getInput('misc'); ?>
  • form->getLabel('created_by'); ?> form->getInput('created_by'); ?>
  • form->getLabel('created_by_alias'); ?> form->getInput('created_by_alias'); ?>
  • form->getLabel('created'); ?> form->getInput('created'); ?>
  • form->getLabel('publish_up'); ?> form->getInput('publish_up'); ?>
  • form->getLabel('publish_down'); ?> form->getInput('publish_down'); ?>
  • item->modified_by) : ?>
  • form->getLabel('modified_by'); ?> form->getInput('modified_by'); ?>
  • form->getLabel('modified'); ?> form->getInput('modified'); ?>

item->id) ? JText::_('COM_CONTACT_DETAILS') : JText::sprintf('COM_CONTACT_EDIT_DETAILS', $this->item->id); ?>

  • form->getLabel('image'); ?> form->getInput('image'); ?>
  • form->getLabel('con_position'); ?> form->getInput('con_position'); ?>
  • form->getLabel('email_to'); ?> form->getInput('email_to'); ?>
  • form->getLabel('address'); ?> form->getInput('address'); ?>
  • form->getLabel('suburb'); ?> form->getInput('suburb'); ?>
  • form->getLabel('state'); ?> form->getInput('state'); ?>
  • form->getLabel('postcode'); ?> form->getInput('postcode'); ?>
  • form->getLabel('country'); ?> form->getInput('country'); ?>
  • form->getLabel('telephone'); ?> form->getInput('telephone'); ?>
  • form->getLabel('mobile'); ?> form->getInput('mobile'); ?>
  • form->getLabel('fax'); ?> form->getInput('fax'); ?>
  • form->getLabel('webpage'); ?> form->getInput('webpage'); ?>
  • form->getLabel('sortname1'); ?> form->getInput('sortname1'); ?>
  • form->getLabel('sortname2'); ?> form->getInput('sortname2'); ?>
  • form->getLabel('sortname3'); ?> form->getInput('sortname3'); ?>
loadTemplate('params'); ?> loadTemplate('metadata'); ?>
PK>\)contacts/.htaccessnuW+A Order allow,deny Deny from all PK>\icontacts/modal.phpnuW+Aescape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : ?> pagination->getListFooter(); ?>
PK>\Vcontacts/index.htmlnuW+A PK>\%$$contacts/default.phpnuW+Aget('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_contact.category'); $saveOrder = $listOrder == 'a.ordering'; ?>
items); foreach ($this->items as $i => $item) : $ordering = $listOrder == 'a.ordering'; $canCreate = $user->authorise('core.create', 'com_contact.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_contact.category.'.$item->catid); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || $item->checked_out == 0; $canEditOwn = $user->authorise('core.edit.own', 'com_contact.category.'.$item->catid) && $item->created_by == $userId; $canChange = $user->authorise('core.edit.state', 'com_contact.category.'.$item->catid) && $canCheckin; $item->cat_link = JRoute::_('index.php?option=com_categories&extension=com_contact&task=edit&type=other&id='.$item->catid); ?>
items, 'filesave.png', 'contacts.saveorder'); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'contacts.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?>

escape($item->alias));?>

linked_user)) : ?> linked_user;?> published, $i, 'contacts.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> featured, $i, $canChange); ?> category_title; ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'contacts.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $n, ($item->catid == @$this->items[$i+1]->catid), 'contacts.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, ($item->catid == @$this->items[$i-1]->catid), 'contacts.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $n, ($item->catid == @$this->items[$i+1]->catid), 'contacts.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> access_level; ?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
loadTemplate('batch'); ?> pagination->getListFooter(); ?>
PK>\V index.htmlnuW+A PK>\) .htaccessnuW+A Order allow,deny Deny from all PK>\ᵁcontact/edit_metadata.phpnuW+APK>\)contact/.htaccessnuW+APK>\Ogcontact/edit_params.phpnuW+APK>\V contact/index.htmlnuW+APK>\\w contact/edit.phpnuW+APK>\)=$contacts/.htaccessnuW+APK>\i$contacts/modal.phpnuW+APK>\VD;contacts/index.htmlnuW+APK>\%$$;contacts/default.phpnuW+APK>\V `index.htmlnuW+APK>\) (a.htaccessnuW+APK a