From: Henry S. <kel...@ph...> - 2009-09-28 14:08:19
|
Author: Kellanved Date: Mon Sep 28 14:31:30 2009 New Revision: 10194 Log: #52095 Authorised by: AcydBurn That should finally fix the issue for rtl Modified: branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha.html branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html Modified: branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/captcha_recaptcha.html Mon Sep 28 14:31:30 2009 *************** *** 8,14 **** }; // ]]> </script> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" /> <script type="text/javascript"> // <![CDATA[ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> --- 8,14 ---- }; // ]]> </script> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"></script> <script type="text/javascript"> // <![CDATA[ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html (original) --- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/captcha_recaptcha.html Mon Sep 28 14:31:30 2009 *************** *** 20,26 **** }; // ]]> </script> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" /> <script type="text/javascript"> // <![CDATA[ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> --- 20,26 ---- }; // ]]> </script> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"></script> <script type="text/javascript"> // <![CDATA[ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html (original) --- branches/phpBB-3_0_0/phpBB/styles/subsilver2/template/captcha_recaptcha.html Mon Sep 28 14:31:30 2009 *************** *** 13,19 **** }; // ]]> </script> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" /> <script type="text/javascript"> // <![CDATA[ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> --- 13,19 ---- }; // ]]> </script> ! <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" ></script> <script type="text/javascript"> // <![CDATA[ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> |