Show
Ignore:
Timestamp:
12/08/10 13:53:36 (2 years ago)
Author:
patdenice
Message:

Display corrected in IE8.
Add theme interface select in admin pannel.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/captcha/captcha.tpl

    r8031 r8034  
    11{html_head} 
    22<script type= "text/javascript"> 
    3 var RecaptchaOptions = {ldelim} theme: "white", lang : "{$lang_info.code}" }; 
     3var RecaptchaOptions = {ldelim} theme: "{$CAPTCHA_THEME}", lang : "{$lang_info.code}" }; 
    44</script> 
    5 <style type="text/css">#recaptcha_area {ldelim} margin: 25px auto; }</style> 
     5<style type="text/css"> 
     6#recaptcha_area {ldelim} margin: 20px auto; } 
     7#recaptcha_area a {ldelim} border:0 none; } 
     8</style> 
    69{/html_head} 
    710