Add portalSkinBackground in Manager (#820)

This commit is contained in:
Clément Oudot 2015-06-22 12:18:02 +00:00
parent b4530f3b52
commit dedd6f2491
5 changed files with 8 additions and 1 deletions

View File

@ -302,6 +302,10 @@ sub attributes {
{ k => 'dark', v => 'Dark' },
],
},
portalSkinBackground => {
type => 'text',
documentation => 'Background image of portal skin',
},
portalSkinRules => {
type => 'keyTextContainer',
help => 'portalcustom.html',

View File

@ -54,6 +54,7 @@ sub tree {
help => 'portalcustom.html',
nodes => [
'portalSkin',
'portalSkinBackground',
'portalSkinRules',
{
title => 'portalButtons',

View File

@ -429,6 +429,7 @@
"portalRedirection": "Portal redirections",
"portalRequireOldPassword": "Require old password",
"portalSkin": "Default Skin",
"portalSkinBackground": "Skin background",
"portalSkinRules": "Skin display rules",
"portalUserAttr": "User attribute",
"post": "Form replay",

View File

@ -429,6 +429,7 @@
"portalRedirection": "Redirections du portail",
"portalRequireOldPassword": "Ancien mot de passe requis",
"portalSkin": "Thème visuel par défaut",
"portalSkinBackground": "Image de fond",
"portalSkinRules": "Règles d'affichage du thème visuel",
"portalUserAttr": "Attribut de l'utilisateur",
"post": "Rejeu de formulaires",

File diff suppressed because one or more lines are too long