Committer: dpetrov
LJSUP-10159: New Comment FormU branches/commenting-form/templates/CommentForm/Form.tmpl
Modified: branches/commenting-form/templates/CommentForm/Form.tmpl =================================================================== --- branches/commenting-form/templates/CommentForm/Form.tmpl 2011-11-17 14:13:38 UTC (rev 20564) +++ branches/commenting-form/templates/CommentForm/Form.tmpl 2011-11-17 14:15:56 UTC (rev 20565) @@ -206,7 +206,13 @@ <script type="text/javascript"> jQuery('#postform') - .authtype() + .authtype({ + classNames: { + startAuthTypePrefix: 'b-postform-authtype-' + }, selectors: { + authTypeRadios: '.b-postform-login-{authType} .b-postform-login-radio' + } + }) .quotescreator() .commentator({ publicKey: '<TMPL_VAR captcha_public>',