From: Michael M Slusarz Date: Tue, 9 Nov 2010 08:50:23 +0000 (-0700) Subject: Remove ugly CSS artifict from login screen X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=41fe1806ff7cc73f565526615706f33100f4f7f7;p=horde.git Remove ugly CSS artifict from login screen --- diff --git a/horde/templates/login/login.inc b/horde/templates/login/login.inc index 5c2de9a2d..5b88c8132 100644 --- a/horde/templates/login/login.inc +++ b/horde/templates/login/login.inc @@ -43,15 +43,22 @@ " type="submit" /> +hasCapability('add')); + $reset_passwd = $auth->hasCapability('resetpassword'); +?> + +
-hasCapability('add')): ?> + 'horde'))->add('url', $vars->url), _("Don't have an account? Sign up."), 'light') . _("Don't have an account? Sign up.") ?> -hasCapability('resetpassword')): ?> + 'horde'))->add('url', $vars->url), _("Forgot your password?"), 'light') . _("Forgot your password?") ?>
+