Committer: mchervonniy
LJINT-364: close icon added to error message, iframe moved into BODYU trunk/templates/Identity/ExternalLogin.tmpl
Modified: trunk/templates/Identity/ExternalLogin.tmpl =================================================================== --- trunk/templates/Identity/ExternalLogin.tmpl 2011-01-28 03:31:56 UTC (rev 9957) +++ trunk/templates/Identity/ExternalLogin.tmpl 2011-01-28 03:47:14 UTC (rev 9958) @@ -4,10 +4,10 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <head> <title>Log in</title> -<TMPL_VAR js_check_domain> <TMPL_VAR lj_res_includes> </head> <body> +<TMPL_VAR js_check_domain> <div class="b-identity"> <ul class="m-auth"> <TMPL_LOOP type_user> @@ -44,7 +44,7 @@ </span> <button type="submit"><TMPL_VAR expr="ml('/identity/login.bml.user.btn.login')"></button> </p> - <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span></p></TMPL_LOOP></TMPL_IF> + <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span><i class="i-close"></i></p></TMPL_LOOP></TMPL_IF> <input type="hidden" name="type" value="<TMPL_VAR type>" /> <input type="hidden" name="returnto" value="<TMPL_VAR returnto>" /> @@ -64,7 +64,7 @@ </span> <button type="submit"><TMPL_VAR expr="ml('/identity/login.bml.openid.btn.login')"></button> </p> - <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span></p></TMPL_LOOP></TMPL_IF> + <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span><i class="i-close"></i></p></TMPL_LOOP></TMPL_IF> <input type="hidden" name="type" value="<TMPL_VAR type>" /> </form> @@ -76,7 +76,7 @@ <form action="<tmpl_var action>" method="post" target="lj-identity-auth"> <button type="submit" class="b-facebookbtn" title="<TMPL_VAR expr="ml('/identity/login.bml.facebook.btn.connect')">"><span><i></i><TMPL_VAR expr="ml('/identity/login.bml.facebook.btn.connect')"></span></button> <p class="b-auth-desc"><TMPL_VAR expr="ml('/identity/login.bml.facebook.desc')"></p> - <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span></p></TMPL_LOOP></TMPL_IF> + <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span><i class="i-close"></i></p></TMPL_LOOP></TMPL_IF> <input type="hidden" name="type" value="<TMPL_VAR type>" /> </form> @@ -88,7 +88,7 @@ <form action="<tmpl_var action>" method="post" target="lj-identity-auth"> <button type="submit" class="b-twitterbtn"><span><i></i><TMPL_VAR expr="ml('/identity/login.bml.twitter.btn.connect')"></span></button> <p class="b-auth-desc"><TMPL_VAR expr="ml('/identity/login.bml.twitter.desc')"></p> - <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span></p></TMPL_LOOP></TMPL_IF> + <TMPL_IF errors><TMPL_LOOP errors><p class="b-auth-error"><span class="i-message i-message-error"><TMPL_VAR error></span><i class="i-close"></i></p></TMPL_LOOP></TMPL_IF> <input type="hidden" name="type" value="<TMPL_VAR type>" /> </form>