X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Floginout%2Flogin.html;h=72e9525c43fec6daa4d73225cd71bf3210ecdd60;hp=3c6e2ae9fb337e798bcf5c645f677755f694ca8a;hb=793956b8a0c19d7d39103e94235b0ca13f0f3e84;hpb=ad2152b8bfd85b904e363dfded50c810a96daff0 diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index 3c6e2ae9f..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: