From eed277fc9ee6640c3af2a6b483748fe2fc85ce68 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 10 Feb 2017 16:33:18 +0100 Subject: [PATCH] WIP of modern login page: - Do not break account's recovery link into second line --- api/src/Framework/Login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/src/Framework/Login.php b/api/src/Framework/Login.php index 02e38948c6..f53a5e1240 100644 --- a/api/src/Framework/Login.php +++ b/api/src/Framework/Login.php @@ -134,15 +134,15 @@ class Login { if ($config_reg['register_link']) { - $reg_link=' '.lang('Not a user yet? Register now').'
'; + $reg_link=' '.lang('Sigup').''; } if ($config_reg['lostpassword_link']) { - $lostpw_link=' '.lang('Lost password').'
'; + $lostpw_link=' '.lang('Lost password').''; } if ($config_reg['lostid_link']) { - $lostid_link=' '.lang('Lost Login Id').'
'; + $lostid_link=' '.lang('Lost Login Id').''; } /* if at least one option of "registration" is activated display the registration section */