(isset($errors['users_this_user_alredy_exists']) || isset($errors['users_empty_login'])) ? 'form-control error-field' : 'form-control'))
);
if (isset($errors['users_this_user_alredy_exists'])) echo ''.$errors['users_this_user_alredy_exists'].'';
if (isset($errors['users_empty_l-ogin'])) echo ''.$errors['users_empty_login'].'';
?>
(isset($errors['users_empty_password'])) ? 'form-control error-field' : 'form-control'))
);
if (isset($errors['users_empty_password'])) echo ''.$errors['users_empty_password'].'';
?>
(isset($errors['users_this_email_alredy_exists']) || isset($errors['users_empty_email'])) ? 'form-control error-field' : 'form-control'))
);
if (isset($errors['users_this_email_alredy_exists'])) echo ''.$errors['users_this_email_alredy_exists'].'';
if (isset($errors['users_empty_email'])) echo ''.$errors['users_empty_email'].'';
?>
__('Admin', 'users'), 'editor' => __('Editor', 'users'), 'user' => __('User', 'users')), null, array('class' => 'form-control'))
);
?>
'btn btn-phone btn-primary')).Html::nbsp(2).
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-phone btn-default')).
Form::close()
);
?>