diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-09 23:50:50 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-09 23:50:50 +0100 |
commit | d842815194d431c2ce3130b4c904f69817244048 (patch) | |
tree | 9f86fec8e23b4889dbfa4d42140b5212892a0c27 /module/web/templates | |
parent | new config page, mootools 1.3, removed old templates (diff) | |
download | pyload-d842815194d431c2ce3130b4c904f69817244048.tar.xz |
link parser from forum thx to ToFF, missing icons
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/window.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html index 734745887..b59189a93 100644 --- a/module/web/templates/default/window.html +++ b/module/web/templates/default/window.html @@ -1,5 +1,5 @@ <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:fixed; top:0; left:0; display:none;"> </div>
+<div id="add_bg" class=".window_box" style="filter:alpha(opacity:80);KHTMLOpacity:0.80;MozOpacity:0.80;opacity:0.80; background:#000; width:100%; height: 100%; position:fixed; top:0; left:0; 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>-->
@@ -14,6 +14,10 @@ <label for="add_links">{{_("Links")}}
<span class="small">{{_("Paste your links here")}}</span>
+<span class="small"> {{ _("Filter urls") }}
+<img alt="URIParsing" Title="Parse Uri" src="/media/default/img/parseUri.png" style="cursor:pointer;" onclick="parseUri()"/>
+</span>
+
</label>
<textarea rows="5" name="add_links" id="add_links"></textarea>
|