diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-08 14:07:59 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | 0ceb348ca100fdad27e2d3fc704694306dd318a4 (patch) | |
tree | 5c63f0b3bd74188210745d60b78702e5928ff50a /templates/cgi/debian-official/form.html | |
parent | 47db0e363388270d79ff30035eed0acae54ea2fe (diff) | |
download | live-build-0ceb348ca100fdad27e2d3fc704694306dd318a4.zip live-build-0ceb348ca100fdad27e2d3fc704694306dd318a4.tar.gz |
Updating variables for live-helper 2 in the cgi.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 645756d..9e4aa67 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -116,8 +116,8 @@ <td><input id="Mirror_Binary_Security" name="mirror_binary_security" maxlength="256" size="50" type="text" value="LH_MIRROR_BINARY_SECURITY" readonly /></td> </tr> <tr> - <td><label for="Sections">--sections:</label> </td> - <td><input id="Sections" name="sections" maxlength="128" size="50" type="text" value="main" readonly /></td> + <td><label for="Archive_Areas">--archive-areas:</label> </td> + <td><input id="Archive_Areas" name="archive_areas" maxlength="128" size="50" type="text" value="main" readonly /></td> </tr> </table> </div> |