Fixing left-over uses of --binary-indices in templates/cgi.

This commit is contained in:
Yaroslav Halchenko 2011-09-27 22:46:25 +02:00 committed by Daniel Baumann
parent 4b990a72eb
commit 8a43927c04
4 changed files with 6 additions and 6 deletions

View File

@ -41,7 +41,7 @@
<b>Advanced binary options</b>
<table>
<tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr>
<tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>
<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>
<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>

View File

@ -191,9 +191,9 @@
<table>
<!-- LIVE_BINARY_IMAGES -->
<tr>
<td><label for="Binary_Indices">--binary-indices:</label> </td>
<td><label for="Apt_Indices">--apt-indices:</label> </td>
<td>
<select id="Binary_Indices" name="binary_indices" size="1">
<select id="Apt_Indices" name="binary_indices" size="1">
<option selected value="true">true</option>
<option value="false">false</option>
</select>

View File

@ -41,7 +41,7 @@
<b>Advanced binary options</b>
<table>
<tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr>
<tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>
<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>
<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>

View File

@ -190,9 +190,9 @@
<table>
<!-- LIVE_BINARY_IMAGES -->
<tr>
<td><label for="Binary_Indices">--binary-indices:</label> </td>
<td><label for="Apt_Indices">--apt-indices:</label> </td>
<td>
<select id="Binary_Indices" name="binary_indices" size="1">
<select id="Apt_Indices" name="binary_indices" size="1">
<option selected value="true">true</option>
<option value="false">false</option>
</select>