Committer: esavintcev
LJSV-1216: Reply From TabindexU trunk/templates/CommentForm/Author-Facebook.tmpl U trunk/templates/CommentForm/Author-Twitter.tmpl
Modified: trunk/templates/CommentForm/Author-Facebook.tmpl =================================================================== --- trunk/templates/CommentForm/Author-Facebook.tmpl 2010-10-21 07:49:48 UTC (rev 9636) +++ trunk/templates/CommentForm/Author-Facebook.tmpl 2010-10-21 08:26:38 UTC (rev 9637) @@ -12,7 +12,7 @@ <TMPL_ELSE> <tr valign='middle' id='fblo' name='fblo'> <td class="b-postform-icon"><img src='<TMPL_VAR lj_imgprefix>/facebook-profile.gif' onclick='handleRadios(3);' /></td> - <td class="b-postform-radio"><input type='radio' name='usertype' value='facebook' id='talkpostfromfblo' <TMPL_IF whocheck_facebook>checked='checked'</TMPL_IF> /></td> + <td class="b-postform-radio"><input type='radio' name='usertype' value='facebook' id='talkpostfromfblo' <TMPL_IF whocheck_facebook>checked='checked'</TMPL_IF> tabindex="9" /></td> <td class="b-postform-data"> <label for='talkpostfromfblo' onclick='handleRadios(3);return false;' class="i-postform-label"><b>Facebook</b></label> <TMPL_VAR helpicon_facebook> Modified: trunk/templates/CommentForm/Author-Twitter.tmpl =================================================================== --- trunk/templates/CommentForm/Author-Twitter.tmpl 2010-10-21 07:49:48 UTC (rev 9636) +++ trunk/templates/CommentForm/Author-Twitter.tmpl 2010-10-21 08:26:38 UTC (rev 9637) @@ -12,7 +12,7 @@ <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> - <td class="b-postform-radio"><input type='radio' name='usertype' value='twitter' id='talkpostfromtwlo' <TMPL_IF whocheck_twitter>checked='checked'</TMPL_IF> /></td> + <td class="b-postform-radio"><input type='radio' name='usertype' value='twitter' id='talkpostfromtwlo' <TMPL_IF whocheck_twitter>checked='checked'</TMPL_IF> tabindex="9" /></td> <td class="b-postform-data"> <label for='talkpostfromtwlo' onclick='handleRadios(4);return false;' class="i-postform-label"><b>Twitter</b></label> <TMPL_VAR helpicon_twitter>