AAAAPK 3¼B\¦V‰ tmpl/index.htmlnu W+A„¶
PK 3¼B\tÌë ë
tmpl/edit.phpnu W+A„¶
PK 3¼B\®)ÕÐ tmpl/.htaccessnu W+A„¶
Order allow,deny
Deny from all
PK 3¼B\®)ÕÐ .htaccessnu W+A„¶
Order allow,deny
Deny from all
PK 3¼B\ ¹Î´
view.html.phpnu W+A„¶ state = $this->get('State');
$this->item = $this->get('Item');
$this->form = $this->get('Form');
// Check for errors.
if (count($errors = $this->get('Errors'))) {
JError::raiseError(500, implode("\n", $errors));
return false;
}
$this->addToolbar();
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
JRequest::setVar('hidemainmenu', 1);
$user = JFactory::getUser();
$isNew = ($this->item->id == 0);
$canDo = UsersHelper::getActions();
JToolBarHelper::title(JText::_($isNew ? 'COM_USERS_VIEW_NEW_GROUP_TITLE' : 'COM_USERS_VIEW_EDIT_GROUP_TITLE'), 'groups-add');
if ($canDo->get('core.edit')||$canDo->get('core.create')) {
JToolBarHelper::apply('group.apply');
JToolBarHelper::save('group.save');
}
if ($canDo->get('core.create')) {
JToolBarHelper::save2new('group.save2new');
}
// If an existing item, can save to a copy.
if (!$isNew && $canDo->get('core.create')) {
JToolBarHelper::save2copy('group.save2copy');
}
if (empty($this->item->id)) {
JToolBarHelper::cancel('group.cancel');
} else {
JToolBarHelper::cancel('group.cancel', 'JTOOLBAR_CLOSE');
}
JToolBarHelper::divider();
JToolBarHelper::help('JHELP_USERS_GROUPS_EDIT');
}
}
PK 3¼B\¦V‰
index.htmlnu W+A„¶
PK 3¼B\¦V‰ tmpl/index.htmlnu W+A„¶ PK 3¼B\tÌë ë
^ tmpl/edit.phpnu W+A„¶ PK 3¼B\®)ÕÐ † tmpl/.htaccessnu W+A„¶ PK 3¼B\®)ÕÐ C .htaccessnu W+A„¶ PK 3¼B\ ¹Î´
û view.html.phpnu W+A„¶ PK 3¼B\¦V‰
< index.htmlnu W+A„¶ PK Ê •