From 41fe1806ff7cc73f565526615706f33100f4f7f7 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 9 Nov 2010 01:50:23 -0700 Subject: [PATCH] Remove ugly CSS artifict from login screen --- horde/templates/login/login.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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?") ?>
+ -- 2.11.0