Revize 8865da3f
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/controllers/members.php | ||
---|---|---|
'filter' => $filter_form,
|
||
'method' => 'get'
|
||
));
|
||
|
||
|
||
if ($this->acl_check_new(get_class($this), 'applicants'))
|
||
{
|
||
$grid->add_new_button('registration', 'Register applicant', array
|
||
(
|
||
'title' => __('Registration form'),
|
||
));
|
||
}
|
||
|
||
// approve applicant checkbox
|
||
$grid->order_form_field('toapprove')
|
||
->callback('callback::member_approve_avaiable')
|
Také k dispozici: Unified diff
refs #864: Register applicant button on show all applicants page