summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/settings.html
diff options
context:
space:
mode:
authorGravatar Paul King <devnull@localhost> 2011-05-16 20:40:25 +0200
committerGravatar Paul King <devnull@localhost> 2011-05-16 20:40:25 +0200
commitd94868828e60167b2dbb20f39ea4282fd636844e (patch)
treeaa563f6ee730166853555a8fc9b3735c260d09a6 /module/web/templates/default/settings.html
parentSeveral Crypters and Hosters fixes, improvements, python2.5 issues... (diff)
downloadpyload-d94868828e60167b2dbb20f39ea4282fd636844e.tar.xz
fix #165, #277
Diffstat (limited to 'module/web/templates/default/settings.html')
-rw-r--r--module/web/templates/default/settings.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index fc33ca64a..776089c47 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -126,6 +126,7 @@
<th>{{ _("Valid until") }}</th>
<th>{{ _("Traffic left") }}</th>
<th>{{ _("Time") }}</th>
+ <th>{{ _("Max Parallel") }}</th>
<th>{{ _("Delete?") }}</th>
</tr>
</thead>
@@ -182,6 +183,11 @@
size="7" value="{{account.time}}"/>
</td>
<td>
+ <input id="{{plugin}}|limitdl;{{account.login}}"
+ name="{{plugin}}|limitdl;{{account.login}}" type="text"
+ size="2" value="{{account.limitdl}}"/>
+ </td>
+ <td>
<input id="{{plugin}}|delete;{{account.login}}"
name="{{plugin}}|delete;{{account.login}}" type="checkbox"
value="True"/>