diff options
Diffstat (limited to 'module/web/templates/default/captcha.html')
-rw-r--r-- | module/web/templates/default/captcha.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/web/templates/default/captcha.html b/module/web/templates/default/captcha.html index aa30e365c..fe7b04fc9 100644 --- a/module/web/templates/default/captcha.html +++ b/module/web/templates/default/captcha.html @@ -1,6 +1,5 @@ {% load i18n %}
<iframe id="upload_target" name="upload_target" src="" style="display: none; width:0;height:0"></iframe>
-<div id="add_bg" style="filter:alpha(opacity:80);KHTMLOpacity:0.80;MozOpacity:0.80;opacity:0.80; background:#000; width:100%; height: 100%; position:absolute; top:0px; left:0px; display:none;"> </div>
<!--<div id="add_box" style="left:50%; top:200px; margin-left: -450px; width: 900px; position: absolute; background: #FFF; padding: 10px 10px 10px 10px; display:none;">-->
<!--<div style="width: 900px; text-align: right;"><b onclick="AddBox();">[Close]</b></div>-->
|