diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-12 21:57:32 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-12 21:57:32 +0100 |
commit | 26e9079d27f8b852f68970eb4ae2c5880cc20e70 (patch) | |
tree | 2cb57f1060dc763126a0036b616b9907a3b9d80c /module/web/templates/default/window.html | |
parent | locale fix (diff) | |
download | pyload-26e9079d27f8b852f68970eb4ae2c5880cc20e70.tar.xz |
cnl fix, webif. add dialog - destionation choosable
Diffstat (limited to 'module/web/templates/default/window.html')
-rw-r--r-- | module/web/templates/default/window.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html index 18de3b0e2..01218965e 100644 --- a/module/web/templates/default/window.html +++ b/module/web/templates/default/window.html @@ -23,12 +23,19 @@ </label>
<input type="file" name="add_file" id="add_file"/>
+<label>{% trans "Destination" %}
+</label>
+<span class="cont">
+ {% trans "Queue" %}
+ <input type="radio" name="add_dest" id="add_dest" value="1" checked="checked"/>
+ {% trans "Collector" %}
+ <input type="radio" name="add_dest" id="add_dest2" value="0"/>
+</span>
+
<button type="submit">{% trans "Add Package" %}</button>
<button id="add_reset" style="margin-left:0px;" type="reset">{% trans "Reset" %}</button>
<div class="spacer"></div>
</form>
-</div>
-
-</div>
+</div>
\ No newline at end of file |