Committer: szhirkov
LJINT-379: "Forgot password" link fixU trunk/templates/Identity/ExternalLogin.tmpl
Modified: trunk/templates/Identity/ExternalLogin.tmpl =================================================================== --- trunk/templates/Identity/ExternalLogin.tmpl 2011-02-03 10:12:52 UTC (rev 9989) +++ trunk/templates/Identity/ExternalLogin.tmpl 2011-02-03 10:36:06 UTC (rev 9990) @@ -40,7 +40,7 @@ <span class="b-auth-input-wrapper"> <label for="ljuserpassword"><TMPL_VAR expr="ml('/identity/login.bml.user.label.pass')"></label> <input type="password" name="password" id="ljuserpassword" value="" class="b-auth-user-input" /> - <a href="<TMPL_VAR expr="ml('/identity/login.bml.user.help.link')">"><TMPL_VAR expr="ml('/identity/login.bml.user.help')"></a> + <a target="_blank" href="<TMPL_VAR expr="ml('/identity/login.bml.user.help.link')">"><TMPL_VAR expr="ml('/identity/login.bml.user.help')"></a> </span> <button type="submit"><TMPL_VAR expr="ml('/identity/login.bml.user.btn.login')"></button> </p>