Revize 5de08689
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/controllers/registration.php | ||
---|---|---|
}
|
||
}
|
||
}
|
||
|
||
$headline = __('Registration form');
|
||
|
||
if ($this->user_id)
|
||
{
|
||
$headline = __('Register applicant');
|
||
|
||
// breadcrumbs navigation
|
||
$breadcrumbs = breadcrumbs::add()
|
||
->link('members/show_all', 'Members',
|
||
... | ... | |
}
|
||
else
|
||
{
|
||
$headline = __('Registration form');
|
||
|
||
$view = new View('registration/index');
|
||
$view->title = $headline;
|
||
$view->form = $form->html();
|
Také k dispozici: Unified diff
refs #864: Changed text label for registering applicants by administrator