New presentation of email notification settings per requirements

We have a new shorter header and add labels for the two options.

Change-Id: If63720afe35f2edfa90b2c74d93fe355abd5da61
This commit is contained in:
kaldari 2013-04-17 17:44:20 -07:00
parent aa315ebd90
commit d4a15e3ee4
2 changed files with 13 additions and 10 deletions

View file

@ -13,9 +13,11 @@ $messages['en'] = array(
// Preferences
'prefs-echo' => 'Notifications',
'prefs-emailsettings' => 'Email settings',
'prefs-displaynotifications' => 'Display options',
'prefs-emailfrequency' => 'When would you like to receive email notifications?',
'prefs-echosubscriptions' => 'Notify me about these events',
'echo-pref-send-me' => 'Send me:',
'echo-pref-send-to' => 'Send to:',
'echo-pref-web' => 'Web',
'echo-pref-email' => 'Email',
'echo-pref-email-frequency-never' => 'Do not send me any email notifications',
@ -196,13 +198,15 @@ $messages['qqq'] = array(
'echo-desc' => '{{desc|name=Echo|url=http://www.mediawiki.org/wiki/Extension:Echo}}',
'prefs-echo' => 'Name of preferences section for Echo notifications.
{{Identical|Notification}}',
'prefs-emailsettings' => 'Header for the section of preferences that deals with how often notification emails are sent out and what address they are sent to',
'prefs-displaynotifications' => 'Header for the section of preferences that deals with how notifications are displayed',
'prefs-emailfrequency' => 'Header for the section of preferences that deals with how often notification emails are sent out
'prefs-echosubscriptions' => 'Header for the section of preferences that deals with which notifications the user receives',
'echo-pref-send-me' => 'Label for the following email delivery options:
* {{msg-mw|Echo-pref-email-frequency-never}}
* {{msg-mw|Echo-pref-email-frequency-immediately}}
* {{msg-mw|Echo-pref-email-frequency-immediately}} (default)
* {{msg-mw|Echo-pref-email-frequency-daily}}
* {{msg-mw|Echo-pref-email-frequency-weekly}}',
'prefs-echosubscriptions' => 'Header for the section of preferences that deals with which notifications the user receives',
'echo-pref-send-to' => "Label for the address to send email notifications to.",
'echo-pref-web' => 'Label for list of notifications which are delivered on the web. In other words, on the wiki itself rather by email or another method. This should be kept very short.',
'echo-pref-email' => 'Label for list of notifications which are delivered via email. This should be kept very short.',
'echo-pref-email-frequency-never' => "Option for users who don't want to receive any email notifications

View file

@ -276,8 +276,8 @@ class EchoHooks {
}
$preferences['echo-email-frequency'] = array(
'type' => 'select',
//'label-message' => 'echo-pref-email-frequency',
'section' => 'echo/emailfrequency',
'label-message' => 'echo-pref-send-me',
'section' => 'echo/emailsettings',
'options' => $freqOptions
);
@ -298,13 +298,12 @@ class EchoHooks {
. wfMessage( 'parentheses' )->rawParams( $link )->escaped();
}
}
$emailContent = wfMessage( 'youremail' )->escaped()
. wfMessage( 'word-separator' )->escaped() . $emailAddress;
$preferences['echo-emailaddress'] = array(
'type' => 'info',
'raw' => true,
'default' => $emailContent,
'section' => 'echo/emailfrequency'
'default' => $emailAddress,
'label-message' => 'echo-pref-send-to',
'section' => 'echo/emailsettings'
);
// Sort notification categories by priority