@@ -234,7 +234,6 @@ public function getFormOptions($database) {
$form['advanced_options']=array(
'#type'=>'details',
'#title'=>st('Advanced options'),
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>st("These options are only necessary for some sites. If you're not sure what you should enter here, leave the default settings or check with your hosting provider."),
'#description'=>t('Edit the welcome e-mail messages sent to new members upon registering, when administrative approval is required.').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -442,7 +440,6 @@ function user_admin_settings($form, &$form_state) {
'#description'=>t('Edit the e-mail notifying the site administrator that there are new members awaiting administrative approval.').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -463,7 +460,6 @@ function user_admin_settings($form, &$form_state) {
'#description'=>t('Edit the welcome e-mail messages sent to new members upon registering, when no administrator approval is required.').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -484,7 +480,6 @@ function user_admin_settings($form, &$form_state) {
$form['email_password_reset']=array(
'#type'=>'details',
'#title'=>t('Password recovery'),
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>t('Edit the e-mail messages sent to users who request a new password.').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -506,7 +501,6 @@ function user_admin_settings($form, &$form_state) {
$form['email_activated']=array(
'#type'=>'details',
'#title'=>t('Account activation'),
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>t('Enable and edit e-mail messages sent to users upon account activation (when an administrator activates an account of a user who has already registered, on a site where administrative approval is required).').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -541,7 +535,6 @@ function user_admin_settings($form, &$form_state) {
$form['email_blocked']=array(
'#type'=>'details',
'#title'=>t('Account blocked'),
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>t('Enable and edit e-mail messages sent to users when their accounts are blocked.').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -576,7 +569,6 @@ function user_admin_settings($form, &$form_state) {
$form['email_cancel_confirm']=array(
'#type'=>'details',
'#title'=>t('Account cancellation confirmation'),
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>t('Edit the e-mail messages sent to users when they attempt to cancel their accounts.').' '.$email_token_help,
'#group'=>'email',
...
...
@@ -597,7 +589,6 @@ function user_admin_settings($form, &$form_state) {