Committer: ssafronova
LJSUP-6867: Twitter auth - LJSUP-7044: Bug commenting from twitter accountU trunk/templates/CommentForm/Author-Twitter.tmpl
Modified: trunk/templates/CommentForm/Author-Twitter.tmpl =================================================================== --- trunk/templates/CommentForm/Author-Twitter.tmpl 2010-10-07 07:39:29 UTC (rev 9597) +++ trunk/templates/CommentForm/Author-Twitter.tmpl 2010-10-08 04:14:13 UTC (rev 9598) @@ -39,6 +39,16 @@ </td> </TMPL_IF> </tr> + <TMPL_ELSIF is_identity> + <tr valign='middle' id='twlo' name='twlo'> + <td class="b-postform-icon"><img src='<TMPL_VAR lj_imgprefix>/twitter-profile.gif' onclick='handleRadios(4);' /></td> + <td class="b-postform-radio">( )</td> + <td class="b-postform-data" colspan='2'> + <span class="i-postform-label i-postform-disabled"><b>Twitter</b></span> + <TMPL_VAR ml_noopenidpost> + <TMPL_VAR helpicon_twitter> + </td> + </tr> <TMPL_ELSE> <tr valign='middle' id='twlo' name='twlo'> <td class="b-postform-icon"><img src='<TMPL_VAR lj_imgprefix>/twitter-profile.gif' onclick='handleRadios(4);' /></td>