diff --git a/core/css/guest.css b/core/css/guest.css index 52aeeca86a30291f680c207fb5741330774da122..0dbc011da4c9b5d3f644a21baf5d56374580e5b1 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1108,7 +1108,7 @@ a.legal { align-items: flex-start; gap: 40px; height: 100%; - background: #FFFFFF; + background-color: #FFFFFF; flex: none; order: 0; align-self: stretch; @@ -1134,6 +1134,7 @@ a.legal { border-radius: 8px; margin: 12px 0px; font-size: 16px; + background-color: #ffffff; } #body-login .groupbottom, diff --git a/core/css/server.css b/core/css/server.css index 74b30ae3e0a00b2538d8619ea0f34a69cc9f8aae..bceb8b9f07aade027086ff1081e3bac67d9c48c9 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1696,7 +1696,7 @@ .new-icons .tasks {background-image: url("../img/app-icons/Tasks.svg");} .new-icons .photos {background-image: url("../img/app-icons/Gallery.svg");} .new-icons .e-user-support-center {background-image: url("../img/app-icons/Support.svg");} - /* .new-icons .passwords {background-image: url("../img/app-icons/Password.svg");} */ + .new-icons .passwords {background-image: url("../img/app-icons/Password.svg");} .new-icons .onlyoffice_docx {background-image: url("../img/app-icons/Docs.svg");} .new-icons .onlyoffice_xlsx {background-image: url("../img/app-icons/Spreadsheet.svg");} .new-icons .onlyoffice_pptx {background-image: url("../img/app-icons/Presentation.svg");} diff --git a/core/img/app-icons/Password.svg b/core/img/app-icons/Password.svg new file mode 100644 index 0000000000000000000000000000000000000000..1d4370d389a39def309f39fb6678eeb3a7c4d7d1 --- /dev/null +++ b/core/img/app-icons/Password.svg @@ -0,0 +1,18 @@ + diff --git a/l10n/de.js b/core/l10n/de.js similarity index 87% rename from l10n/de.js rename to core/l10n/de.js index 7463ef24b268f1b4d5a83400ec8a3658a95065d4..c43bf9d9efd49c3cbf2b186b868d4542172b7a52 100644 --- a/l10n/de.js +++ b/core/l10n/de.js @@ -10,6 +10,8 @@ OC.L10N.register( "Create My Account": "Erstelle meinen Account", "Sign in to your account": "Melden Sie sich bei Ihrem Konto an", "Terms & Conditions": "algemene voorwaarden", - "Privacy Policy": "Privacybeleid" + "Privacy Policy": "Privacybeleid", + "All Rights Reserved": "Alle rechten voorbehouden", + "Copyright": "Auteursrechten" }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/l10n/de.json b/core/l10n/de.json similarity index 87% rename from l10n/de.json rename to core/l10n/de.json index 06479711ccdab4d6140291f4b110b0c4b46c872f..10af8cc17984adb21c3ef5e558988e9c24e333bf 100644 --- a/l10n/de.json +++ b/core/l10n/de.json @@ -9,7 +9,9 @@ "Create My Account": "Erstelle meinen Account", "Sign in to your account": "Melden Sie sich bei Ihrem Konto an", "Terms & Conditions": "algemene voorwaarden", - "Privacy Policy": "Privacybeleid" + "Privacy Policy": "Privacybeleid", + "All Rights Reserved": "Alle rechten voorbehouden", + "Copyright": "Auteursrechten" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/en.js b/core/l10n/en.js similarity index 86% rename from l10n/en.js rename to core/l10n/en.js index dbf4c0080afdd658ea5971b36b4e2e74cc4f0108..8ad9222c84a012867c0e3829c7b7776fd527de43 100755 --- a/l10n/en.js +++ b/core/l10n/en.js @@ -10,6 +10,8 @@ OC.L10N.register( "Create My Account": "Create My Account", "Sign in to your account": "Sign in to your account", "Terms & Conditions": "Terms & Conditions", - "Privacy Policy": "Privacy Policy" + "Privacy Policy": "Privacy Policy", + "All Rights Reserved": "All Rights Reserved", + "Copyright": "Copyright" }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/l10n/en.json b/core/l10n/en.json similarity index 86% rename from l10n/en.json rename to core/l10n/en.json index eef2c3d673498d6a3c9281ccf2f8373dc6b4f2e9..2da6ba2927d530ebd05d25d862c7e141a5202f27 100755 --- a/l10n/en.json +++ b/core/l10n/en.json @@ -9,7 +9,9 @@ "Create My Account": "Create My Account", "Sign in to your account": "Sign in to your account", "Terms & Conditions": "Terms & Conditions", - "Privacy Policy": "Privacy Policy" + "Privacy Policy": "Privacy Policy", + "All Rights Reserved": "All Rights Reserved", + "Copyright": "Copyright" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/es.js b/core/l10n/es.js similarity index 85% rename from l10n/es.js rename to core/l10n/es.js index 1e9b9580a0b71a938ce7fb6bc24252944792a7a4..8bf7da3a2cab9e035ac42a30e89c22d362e9fad4 100644 --- a/l10n/es.js +++ b/core/l10n/es.js @@ -10,6 +10,8 @@ OC.L10N.register( "Create My Account": "Crear mi cuenta", "Sign in to your account": "Iniciar sesión en su cuenta", "Terms & Conditions": "Términos y condiciones", - "Privacy Policy": "Política de privacidad" + "Privacy Policy": "Política de privacidad", + "All Rights Reserved": "Reservados todos los derechos", + "Copyright": "Derechos de autor" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/core/l10n/es.json similarity index 85% rename from l10n/es.json rename to core/l10n/es.json index 96bd5b725862740d26553e1de33d2e9b9f02d3f9..0f507fd43e9a6f831209d1bc1b76ce401351c820 100644 --- a/l10n/es.json +++ b/core/l10n/es.json @@ -9,7 +9,9 @@ "Create My Account": "Crear mi cuenta", "Sign in to your account": "Iniciar sesión en su cuenta", "Terms & Conditions": "Términos y condiciones", - "Privacy Policy": "Política de privacidad" + "Privacy Policy": "Política de privacidad", + "All Rights Reserved": "Reservados todos los derechos", + "Copyright": "Derechos de autor" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/fr.js b/core/l10n/fr.js similarity index 85% rename from l10n/fr.js rename to core/l10n/fr.js index 307483d3dae3b5e5d3cd4c8bd4ebc09cf487eb08..4a54859aa24745f2b4c493f3eb9078ec81994a1b 100644 --- a/l10n/fr.js +++ b/core/l10n/fr.js @@ -10,6 +10,8 @@ OC.L10N.register( "Create My Account": "Créer mon compte", "Sign in to your account": "Connectez-vous à votre compte", "Terms & Conditions": "termes et conditions", - "Privacy Policy": "Politique de confidentialité" + "Privacy Policy": "Politique de confidentialité", + "All Rights Reserved": "Tous les droits sont réservés", + "Copyright": "droits d'auteur" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fr.json b/core/l10n/fr.json similarity index 85% rename from l10n/fr.json rename to core/l10n/fr.json index 90890d1be0eeac99387817b750be1cabcd24cb67..f8ec84aae604060933d39e6f6f7dbd8de0f6f9f1 100644 --- a/l10n/fr.json +++ b/core/l10n/fr.json @@ -9,7 +9,9 @@ "Create My Account": "Créer mon compte", "Sign in to your account": "Connectez-vous à votre compte", "Terms & Conditions": "termes et conditions", - "Privacy Policy": "Politique de confidentialité" + "Privacy Policy": "Politique de confidentialité", + "All Rights Reserved": "Tous les droits sont réservés", + "Copyright": "droits d'auteur" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/defaults.php b/defaults.php index e80d2728d98e47f778dfe4463a4598200e50fd87..08beeca141de6f186f9eb192dac7ad73358efbc4 100644 --- a/defaults.php +++ b/defaults.php @@ -115,9 +115,9 @@ class OC_Theme { * @return string long footer */ public function getLongFooter() { - $footer = '
Copyright © ' . date('Y') .' '.$this->getName() .'. All Rights Reserved.
' ; - $footer .= ''.' '.(\OC::$server->getL10N('lib')->t('Terms & Conditions')).' '; - $footer .= ' - '.' '.(\OC::$server->getL10N('lib')->t('Privacy Policy')).'
'; + $footer = ''.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'. '.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'.
' ; + $footer .= ''.' '.(\OC::$server->getL10N('core')->t('Terms & Conditions')).' '; + $footer .= ' - '.' '.(\OC::$server->getL10N('core')->t('Privacy Policy')).'
'; return $footer; }