Add hiddenAttributes in Tree (#820)

This commit is contained in:
Clément Oudot 2016-01-06 10:28:14 +00:00
parent 1f03eb063c
commit 7eb1d8f17b
4 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,6 @@ our $VERSION = '1.9.0';
# TODO: Missing:
# * activeTimer
# * confirmFormMethod
# * hiddenAttributes
# * multiValuesSeparator
# * portalForceAuthnInterval
# * redirectFormMethod
@ -452,7 +451,7 @@ sub tree {
title => 'logParams',
help => 'logs.html',
form => 'simpleInputContainer',
nodes => [ 'syslog', 'trustedProxies', 'whatToTrace' ]
nodes => [ 'syslog', 'trustedProxies', 'whatToTrace', 'hiddenAttributes' ]
},
{
title => 'cookieParams',

View File

@ -193,6 +193,7 @@
"headers": "HTTP Headers",
"hGroups": "Groups (HashRef)",
"hostname": "Hostname",
"hiddenAttributes": "Hidden attributes",
"hideOldPassword": "Hide old password",
"hideTree": "Hide tree",
"httpOnly": "Javascript protection",

View File

@ -193,6 +193,7 @@
"headers": "En-têtes HTTP",
"hGroups": "Groupes (HashRef)",
"hostname": "Nom d'hôte",
"hiddenAttributes": "Attributs masqués",
"hideOldPassword": "Masquer l'ancien mot de passe",
"hideTree": "Masquer l'arbre",
"httpOnly": "Protection contre javascript",

File diff suppressed because one or more lines are too long