X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Floginout%2Flogin.html;h=72e9525c43fec6daa4d73225cd71bf3210ecdd60;hb=44d19ccf1d63e25db7cc3dea59ad9ecfa3c81fbf;hp=d06d0a8fc04fd6cd481ef1093d81189dee6bd031;hpb=63973c641c4be00765fa27e55c57cc5b9aa4da19;p=freeside.git diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index d06d0a8fc..72e9525c4 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -1,5 +1,5 @@ <& /elements/header-minimal.html, 'Login' &> - +
@@ -13,10 +13,12 @@ % } %#
+% my $uri = $r->prev->uri; +% $uri .= '?'. $r->prev->args if length( $r->prev->args ); - + - +
@@ -45,7 +47,7 @@ my %error = ( ); my $error = # $cgi->param('logout') || - $r->prev->subprocess_env("AuthCookieReason"); + $r->prev->subprocess_env('AuthCookieReason'); $error = exists($error{$error}) ? $error{$error} : $error;
Username: