Set portalCustomCss attribute in Manager (#2076)

This commit is contained in:
Clément OUDOT 2020-01-28 15:24:50 +01:00
parent faa65c4abf
commit fc9efb1c11
15 changed files with 21 additions and 4 deletions

View File

@ -2447,6 +2447,9 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'default' => 1,
'type' => 'bool'
},
'portalCustomCss' => {
'type' => 'text'
},
'portalDisplayAppslist' => {
'default' => 1,
'type' => 'boolOrExpr'

View File

@ -357,6 +357,10 @@ sub attributes {
test => $url,
msgFail => '__badUrl__',
},
portalCustomCss => {
type => 'text',
documentation => 'Path to custom CSS file',
},
portalStatus => {
type => 'bool',
default => 0,

View File

@ -54,6 +54,7 @@ sub tree {
nodes => [
'portalMainLogo',
'showLanguages',
'portalCustomCss',
'portalSkin',
'portalSkinBackground',
'portalSkinRules',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -686,6 +686,7 @@
"portalButtons":"أزرار على صفحة تسجيل الدخول",
"portalCaptcha":"كلمة التحقق أو الكابتشا ",
"portalCheckLogins":"تحقق من آخر تسجيلات دخول",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"التخصيص",
"portalDisplayAppslist":"قائمة التطبيقات",
"portalDisplayChangePassword":"تغيير كلمة المرور",

View File

@ -686,6 +686,7 @@
"portalButtons":"Buttons on login page",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Check last logins",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"Customization",
"portalDisplayAppslist":"Applications list",
"portalDisplayChangePassword":"Password change",

View File

@ -686,6 +686,7 @@
"portalButtons":"Buttons on login page",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Check last logins",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"Customization",
"portalDisplayAppslist":"Applications list",
"portalDisplayChangePassword":"Password change",

View File

@ -686,6 +686,7 @@
"portalButtons":"Boutons sur la page de connexion",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Vérifier l'historique",
"portalCustomCss":"Fichier CSS personnalisé",
"portalCustomization":"Personnalisation",
"portalDisplayAppslist":"Liste des applications",
"portalDisplayChangePassword":"Changement de mot de passe",

View File

@ -686,6 +686,7 @@
"portalButtons":"Pulsanti nella pagina di login",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Controllare ultimi accessi",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"Personalizzazione",
"portalDisplayAppslist":"Lista delle applicazioni",
"portalDisplayChangePassword":"Cambio password",

View File

@ -686,6 +686,7 @@
"portalButtons":"Giriş sayfasındaki butonlar",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Son girişleri kontrol et",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"Özelleştirme",
"portalDisplayAppslist":"Uygulamalar listesi",
"portalDisplayChangePassword":"Parola değişimi",

View File

@ -686,6 +686,7 @@
"portalButtons":"Nút trên trang đăng nhập",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Kiểm tra đăng nhập lần cuối",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"Tùy chỉnh",
"portalDisplayAppslist":"Danh sách ứng dụng",
"portalDisplayChangePassword":"Thay đổi mật khẩu",

View File

@ -686,6 +686,7 @@
"portalButtons":"Buttons on login page",
"portalCaptcha":"Captcha",
"portalCheckLogins":"Check last logins",
"portalCustomCss":"Custom CSS file",
"portalCustomization":"Customization",
"portalDisplayAppslist":"Applications list",
"portalDisplayChangePassword":"Password change",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long