summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-08-14 17:00:13 -0500
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:18 +0100
commit05af6636893e067f610c77d0a42924e7f814da50 (patch)
tree5438c1fa1fb5e3b6ec860b9990610e25ea8a3724 /templates
parent0aa2071a4a3f33a1754f144c589f6abc4d5c53f2 (diff)
downloadlive-build-05af6636893e067f610c77d0a42924e7f814da50.zip
live-build-05af6636893e067f610c77d0a42924e7f814da50.tar.gz
Add param to the form.html templates for --tasks.
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian-official/form.html4
-rw-r--r--templates/cgi/debian-unofficial/form.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 24c4313..923477e 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -75,6 +75,10 @@
</td>
</tr>
<tr>
+ <td><label for="Tasks">--tasks:</label> </td>
+ <td><input id="Tasks" name="tasks" maxlength="256" size="50" type="text" /></td>
+ </tr>
+ <tr>
<td><label for="Packages">--packages:</label> </td>
<td><input id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
</tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 6d0deb7..2356501 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -74,6 +74,10 @@
</td>
</tr>
<tr>
+ <td><label for="Tasks">--tasks:</label> </td>
+ <td><input id="Tasks" name="tasks" maxlength="256" size="50" type="text" /></td>
+ </tr>
+ <tr>
<td><label for="Packages">--packages:</label> </td>
<td><input id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
</tr>