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)
|
||
{
|
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();
|
application/i18n/cs_CZ/texts.php | ||
---|---|---|
'refresh interfaces of device' => 'Znovunačti rozhraní zařízení',
|
||
'reg' => 'Přih.',
|
||
'register' => 'Registrovat',
|
||
'register applicant' => 'Registrovat zájemce',
|
||
'register this connection' => 'zaregistrovat tuto přípojku',
|
||
'register to %s' => 'Registrovat na %s',
|
||
'registered' => 'Registrovaný',
|
Také k dispozici: Unified diff
refs #864: Changed text label for registering applicants by administrator