Last notification options in Manager (#346)

This commit is contained in:
Clément Oudot 2011-07-07 12:47:05 +00:00
parent 53e9d5f9a1
commit aa5b65e697
2 changed files with 10 additions and 1 deletions

View File

@ -777,7 +777,7 @@ sub struct {
notifications => {
_nodes => [
qw(notification notificationStorage cn:notificationStorageOptions)
qw(notification notificationStorage cn:notificationStorageOptions notificationWildcard notificationXSLTfile)
],
_help => 'notifications',
notification => 'bool:/notification',
@ -789,6 +789,8 @@ sub struct {
_js => 'hashRoot',
_help => 'notifications',
},
notificationWildcard => 'text:/notificationWildcard',
notificationXSLTfile => 'text:/notificationXSLTfile',
},
passwordManagement => {
@ -1261,6 +1263,8 @@ sub testStruct {
SMTPAuthPass => $testNotDefined,
cookieExpiration => $testNotDefined,
notificationStorage => $testNotDefined,
notificationWildcard => $testNotDefined,
notificationXSLTfile => $testNotDefined,
mailUrl => $testNotDefined,
mailTimeout => $integer,
mailSessionKey => $testNotDefined,
@ -1841,6 +1845,7 @@ sub defaultConf {
managerPassword => '',
notification => '0',
notificationStorage => 'File',
notificationWildcard => 'allusers',
notifyDeleted => '1',
notifyOther => '0',
openIdSreg_fullname => 'cn',

View File

@ -219,6 +219,8 @@ sub en {
notificationPurged => 'Notification has been definitely removed',
notificationStorage => 'Storage module',
notificationStorageOptions => 'Storage module parameters',
notificationWildcard => 'Wildcard for all users',
notificationXSLTfile => 'Custom XSLT file',
notifyDeleted => 'Display deleted sessions',
notifyOther => 'Display other sessions',
nullAuthnLevel => 'Authentication level',
@ -651,6 +653,8 @@ sub fr {
'La notification a été définitivement supprimée',
notificationStorage => 'Module de stockage',
notificationStorageOptions => 'Paramètres du module de stockage',
notificationWildcard => 'Identifiant pour tous les utilisateurs',
notificationXSLTfile => 'Fichier XSLT personnalisé',
notifyDeleted => 'Affiche les sessions effacées',
notifyOther => 'Affiche les autres sessions',
nullAuthnLevel => 'Niveau d\'authentification',