Loading core/css/guest.css +11 −6 Original line number Diff line number Diff line Loading @@ -93,7 +93,12 @@ body { /* Various fonts settings */ #body-login .wrapper a { color: #808080; color: #0086FF; font-weight: 400; font-size: 16px; } #body-login .wrapper footer a{ font-size: 12px; } #body-login .toggle-password { Loading defaults.php +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ class OC_Theme { * @return string long footer */ public function getLongFooter() { $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'.</p><p> '.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'.</p>' ; $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-</p>' ; $footer .= '<p>'.' <a href="' . $this->getTermsUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Terms & Conditions')).' </a>'; $footer .= ' - '.' <a href="' . $this->getPrivacyUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Privacy Policy')).' </a> </p>'; Loading Loading
core/css/guest.css +11 −6 Original line number Diff line number Diff line Loading @@ -93,7 +93,12 @@ body { /* Various fonts settings */ #body-login .wrapper a { color: #808080; color: #0086FF; font-weight: 400; font-size: 16px; } #body-login .wrapper footer a{ font-size: 12px; } #body-login .toggle-password { Loading
defaults.php +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ class OC_Theme { * @return string long footer */ public function getLongFooter() { $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'.</p><p> '.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'.</p>' ; $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-</p>' ; $footer .= '<p>'.' <a href="' . $this->getTermsUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Terms & Conditions')).' </a>'; $footer .= ' - '.' <a href="' . $this->getPrivacyUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Privacy Policy')).' </a> </p>'; Loading