Revize 5de08689
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/controllers/members.php | ||
---|---|---|
|
||
if ($this->acl_check_new(get_class($this), 'applicants'))
|
||
{
|
||
$grid->add_new_button('registration', 'Registration form', array
|
||
$grid->add_new_button('registration', 'Register applicant', array
|
||
(
|
||
'title' => __('Registration form'),
|
||
));
|
||
}
|
||
|
||
if (!$hide_grid && $this->acl_check_edit('Members_Controller', 'registration'))
|
||
if (!$hide_grid && $this->acl_check_edit('Register applicant', 'registration'))
|
||
{
|
||
if (!$regs)
|
||
{
|
Také k dispozici: Unified diff
refs #864: Changed text label for registering applicants by administrator