Fixing left-over uses of --binary-indices in templates/cgi.
This commit is contained in:
parent
4b990a72eb
commit
8a43927c04
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue