Committer: esavintcev
LJSUP-6473: FacebookU trunk/templates/CommentForm/Author-Anonymous.tmpl U trunk/templates/CommentForm/Form.tmpl
Modified: trunk/templates/CommentForm/Author-Anonymous.tmpl =================================================================== --- trunk/templates/CommentForm/Author-Anonymous.tmpl 2010-08-19 02:14:17 UTC (rev 17152) +++ trunk/templates/CommentForm/Author-Anonymous.tmpl 2010-08-19 02:17:11 UTC (rev 17153) @@ -5,7 +5,7 @@ <td class="b-postform-radio">( )</td> <td class="b-postform-data b-postform-active" colspan='2'> <span class="i-postform-label i-postform-disabled"><b><TMPL_VAR expr="ml('/talkpost.bml.opt.anonymous')"></b></span> - <span class="i-bubble b-bubble-yellow b-postform-openid"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR expr="ml('/talkpost.bml.opt.noanonpost.nonpublic')"></span> + <span class="i-bubble b-bubble-alert b-postform-openid"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR expr="ml('/talkpost.bml.opt.noanonpost.nonpublic')"></span> </td> </tr> <TMPL_ELSE> @@ -24,7 +24,7 @@ <td class="b-postform-radio">( )</td> <td class="b-postform-data b-postform-active" colspan='2'> <span class="i-postform-label i-postform-disabled"><b><TMPL_VAR expr="ml('/talkpost.bml.opt.anonymous')"></b></span> - <span class="i-bubble b-bubble-yellow b-postform-openid"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR expr="ml('/talkpost.bml.opt.noanonpost')"></span> + <span class="i-bubble b-bubble-alert b-postform-openid"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR expr="ml('/talkpost.bml.opt.noanonpost')"></span> </td> </tr> <TMPL_ELSIF friends_can_comment> @@ -33,7 +33,7 @@ <td class="b-postform-radio">( )</td> <td class="b-postform-data b-postform-active" colspan='2'> <span class="i-postform-label i-postform-disabled"><b><TMPL_VAR expr="ml('/talkpost.bml.opt.anonymous')"></b></span> - <span class="i-bubble b-bubble-yellow b-postform-openid"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR ml_friendsonly></span> + <span class="i-bubble b-bubble-alert b-postform-openid"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR ml_friendsonly></span> </td> </tr> </TMPL_IF> Modified: trunk/templates/CommentForm/Form.tmpl =================================================================== --- trunk/templates/CommentForm/Form.tmpl 2010-08-19 02:14:17 UTC (rev 17152) +++ trunk/templates/CommentForm/Form.tmpl 2010-08-19 02:17:11 UTC (rev 17153) @@ -209,7 +209,7 @@ </TMPL_IF> <TMPL_IF show_logips> - <p class="b-bubble b-bubble-yellow b-bubble-noarrow b-bubble-intext"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR ml_logcommentips> <TMPL_VAR helpicon_iplogging></p> + <p class="b-bubble b-bubble-alert b-bubble-noarrow b-bubble-intext"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><TMPL_VAR ml_logcommentips> <TMPL_VAR helpicon_iplogging></p> </TMPL_IF> </td> </tr>