diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-19 12:50:26 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-19 12:50:26 +0200 |
commit | ea60772cf6780de1065645c166bd4149039902bc (patch) | |
tree | 4ed3aaa0c21d0fdaec8ddb10e837c0c8f993af50 /module/web/templates | |
parent | new ip retrieve (diff) | |
download | pyload-ea60772cf6780de1065645c166bd4149039902bc.tar.xz |
DLC for python 2.7, password in add package dialog
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/window.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html index d40edbb9e..3ed79f876 100644 --- a/module/web/templates/default/window.html +++ b/module/web/templates/default/window.html @@ -18,6 +18,11 @@ </label>
<textarea rows="5" name="add_links" id="add_links"></textarea>
+<label for="add_password">{% trans "Password" %}
+ <span class="small">{% trans "Password for RAR-Archive" %}</span>
+</label>
+<input id="add_password" name="add_password" type="text" size="20">
+
<label>{% trans "File" %}
<span class="small">{% trans "Upload a container." %}</span>
</label>
|