diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian-official/build.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-official/form.html | 6 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/build.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-unofficial/form.html | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index 32c0d7951..e10421fa1 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -14,7 +14,7 @@ <tr><td>Email: </td><td>EMAIL</td></tr> <tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr> <tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr> - <tr><td>--packages-lists: </td><td>LB_PACKAGES_LISTS</td></tr> + <tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr> <tr><td>--tasks: </td><td>LB_TASKS</td><tr> <tr><td>--packages: </td><td>LB_PACKAGES</td><tr> </table> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 1872a22fd..d3ae83736 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -43,9 +43,9 @@ </td> </tr> <tr> - <td><label for="Packages_Lists">--packages-lists:</label> </td> + <td><label for="Package_Lists">--package-lists:</label> </td> <td> - <select id="Packages_Lists" name="packages_lists" size="1" > + <select id="Package_Lists" name="package_lists" size="1" > <option value="debian-forensics">debian-forensics</option> <option value="debian-junior">debian-junior</option> <option value="debian-live">debian-live</option> @@ -168,7 +168,7 @@ </tr> <!-- LIVE_LINUX_PACKAGES --> <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGES_LISTS --> + <!-- LIVE_PACKAGE_LISTS --> <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index b5fc19540..393aa9c25 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -14,7 +14,7 @@ <tr><td>Email: </td><td>EMAIL</td></tr> <tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr> <tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr> - <tr><td>--packages-lists: </td><td>LB_PACKAGES_LISTS</td></tr> + <tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr> <tr><td>--tasks: </td><td>LB_TASKS</td><tr> <tr><td>--packages: </td><td>LB_PACKAGES</td><tr> </table> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 6dcc82597..4f76c34cf 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -42,9 +42,9 @@ </td> </tr> <tr> - <td><label for="Packages_Lists">--packages-lists:</label> </td> + <td><label for="Package_Lists">--package-lists:</label> </td> <td> - <select id="Packages_Lists" name="packages_lists" size="1" > + <select id="Package_Lists" name="package_lists" size="1" > <option value="debian-forensics">debian-forensics</option> <option value="debian-junior">debian-junior</option> <option value="debian-live">debian-live</option> @@ -167,7 +167,7 @@ </tr> <!-- LIVE_LINUX_PACKAGES --> <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGES_LISTS --> + <!-- LIVE_PACKAGE_LISTS --> <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> |