Committer: szhirkov
LJSUP-8857: Updating commenting formU trunk/templates/CommentForm/Author-User.tmpl U trunk/templates/CommentForm/AuthorTitle-User.tmpl
Modified: trunk/templates/CommentForm/Author-User.tmpl =================================================================== --- trunk/templates/CommentForm/Author-User.tmpl 2011-09-01 08:02:22 UTC (rev 19926) +++ trunk/templates/CommentForm/Author-User.tmpl 2011-09-01 08:04:09 UTC (rev 19927) @@ -5,7 +5,7 @@ <label for="talkpostfromremote" class="b-postform-login-service"><TMPL_VAR expr="ml('/talkpost.bml.livejournal')"></label> <div class="b-postform-login-opts"> <TMPL_VAR ml_loggedin> - <span class="b-postform-login-opts-lj"><a href="#livejournal" class="b-postform-notselect"><TMPL_VAR expr="ml('/talkpost.bml.other.user')"></a></span> + <span class="b-postform-login-opts-lj"><a href="#user" class="b-postform-notselect"><TMPL_VAR expr="ml('/talkpost.bml.other.user')"></a></span> </div> </div> <TMPL_ELSE> @@ -15,7 +15,7 @@ <label for="talkpostfromremote" class="b-postform-login-service"><TMPL_VAR expr="ml('/talkpost.bml.livejournal')"></label> <div class="b-postform-login-opts"> <TMPL_VAR ml_loggedin> - <span class="b-postform-login-opts-lj"><a href="#livejournal" class="b-postform-notselect"><TMPL_VAR expr="ml('/talkpost.bml.other.user')"></a></span> + <span class="b-postform-login-opts-lj"><a href="#user" class="b-postform-notselect"><TMPL_VAR expr="ml('/talkpost.bml.other.user')"></a></span> <input type='hidden' name='cookieuser' value='<TMPL_VAR remote_username>' id='cookieuser' /> </div> </div> @@ -25,7 +25,7 @@ <label for="talkpostfromremote" class="b-postform-login-service"><TMPL_VAR expr="ml('/talkpost.bml.livejournal')"></label> <div class="b-postform-login-opts"> <TMPL_VAR ml_loggedin> - <span class="b-postform-login-opts-lj"><a href="#livejournal" class="b-postform-notselect"><TMPL_VAR expr="ml('/talkpost.bml.other.user')"></a></span> + <span class="b-postform-login-opts-lj"><a href="#user" class="b-postform-notselect"><TMPL_VAR expr="ml('/talkpost.bml.other.user')"></a></span> <input type="hidden" name="cookieuser" value="<TMPL_VAR remote_username>" id="cookieuser" /> </div> </div> Modified: trunk/templates/CommentForm/AuthorTitle-User.tmpl =================================================================== --- trunk/templates/CommentForm/AuthorTitle-User.tmpl 2011-09-01 08:02:22 UTC (rev 19926) +++ trunk/templates/CommentForm/AuthorTitle-User.tmpl 2011-09-01 08:04:09 UTC (rev 19927) @@ -9,4 +9,4 @@ </TMPL_IF> </TMPL_IF> </TMPL_IF> -<span class="b-postform-login-services-item b-postform-login-services-livejournal"><a class="<TMPL_IF is_person><TMPL_IF remote_can_comment>b-postform-login-invisible</TMPL_IF></TMPL_IF>" href="#livejournal" tabindex="11"><img src="<TMPL_VAR lj_imgprefix>/pencil.gif" /><span class="b-postform-login-services-name"><TMPL_VAR expr="ml('/talkpost.bml.livejournal')"></span></a></span> +<span class="b-postform-login-services-item b-postform-login-services-livejournal"><a class="<TMPL_IF is_person><TMPL_IF remote_can_comment>b-postform-login-invisible</TMPL_IF></TMPL_IF>" href="#user" tabindex="11"><img src="<TMPL_VAR lj_imgprefix>/pencil.gif" /><span class="b-postform-login-services-name"><TMPL_VAR expr="ml('/talkpost.bml.livejournal')"></span></a></span>