Skip to content

Commit

Permalink
Rearrange options to put recommended choices are first
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 14, 2023
1 parent c100e57 commit 3a9b42c
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,6 @@
</tr>
</thead>
<tbody>
<tr>
<td colspan="2"
><label><input id="modeForNoSelection_choose"
name="modeForNoSelection"
value="5"
type="radio"></label></td>
<th><label for="modeForNoSelection_choose">__MSG_config_modeForNoSelection_choose_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelection_nothing"
name="modeForNoSelection"
value="0"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionModified"
value="0"
type="radio"></label></td>
<th><label for="modeForNoSelection_nothing">__MSG_config_modeForNoSelection_nothing_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelection_individualTab"
name="modeForNoSelection"
Expand All @@ -77,6 +59,24 @@
type="radio"></label></td>
<th><label for="modeForNoSelection_all">__MSG_config_modeForNoSelection_all_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelection_nothing"
name="modeForNoSelection"
value="0"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionModified"
value="0"
type="radio"></label></td>
<th><label for="modeForNoSelection_nothing">__MSG_config_modeForNoSelection_nothing_label__</label></th>
</tr>
<tr>
<td colspan="2"
><label><input id="modeForNoSelection_choose"
name="modeForNoSelection"
value="5"
type="radio"></label></td>
<th><label for="modeForNoSelection_choose">__MSG_config_modeForNoSelection_choose_label__</label></th>
</tr>
</tbody>
</table>
</fieldset>
Expand All @@ -93,30 +93,24 @@
</thead>
<tbody>
<tr>
<td colspan="2"
><label><input id="modeForNoSelectionTree_inherit"
<td><label><input id="modeForNoSelectionTree_tree"
name="modeForNoSelectionTree"
value="6"
value="2"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_inherit">__MSG_config_modeForNoSelection_inherit_label__</label></th>
</tr>
<tr>
<td colspan="2"
><label><input id="modeForNoSelectionTree_choose"
name="modeForNoSelectionTree"
value="5"
<td><label><input name="modeForNoSelectionTreeModified"
value="2"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_choose">__MSG_config_modeForNoSelection_choose_label__</label></th>
<th><label for="modeForNoSelectionTree_tree">__MSG_config_modeForNoSelection_tree_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_nothing"
<td><label><input id="modeForNoSelectionTree_treeDescendants"
name="modeForNoSelectionTree"
value="0"
value="3"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionTreeModified"
value="0"
value="3"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_nothing">__MSG_config_modeForNoSelection_nothing_label__</label></th>
<th><label for="modeForNoSelectionTree_treeDescendants">__MSG_config_modeForNoSelection_treeDescendants_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_individualTab"
Expand All @@ -129,34 +123,40 @@
<th><label for="modeForNoSelectionTree_individualTab">__MSG_config_modeForNoSelection_individualTab_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_tree"
<td><label><input id="modeForNoSelectionTree_all"
name="modeForNoSelectionTree"
value="2"
value="4"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionTreeModified"
value="2"
value="4"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_tree">__MSG_config_modeForNoSelection_tree_label__</label></th>
<th><label for="modeForNoSelectionTree_all">__MSG_config_modeForNoSelection_all_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_treeDescendants"
<td><label><input id="modeForNoSelectionTree_nothing"
name="modeForNoSelectionTree"
value="3"
value="0"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionTreeModified"
value="3"
value="0"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_treeDescendants">__MSG_config_modeForNoSelection_treeDescendants_label__</label></th>
<th><label for="modeForNoSelectionTree_nothing">__MSG_config_modeForNoSelection_nothing_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_all"
<td colspan="2"
><label><input id="modeForNoSelectionTree_choose"
name="modeForNoSelectionTree"
value="4"
value="5"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionTreeModified"
value="4"
<th><label for="modeForNoSelectionTree_choose">__MSG_config_modeForNoSelection_choose_label__</label></th>
</tr>
<tr>
<td colspan="2"
><label><input id="modeForNoSelectionTree_inherit"
name="modeForNoSelectionTree"
value="6"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_all">__MSG_config_modeForNoSelection_all_label__</label></th>
<th><label for="modeForNoSelectionTree_inherit">__MSG_config_modeForNoSelection_inherit_label__</label></th>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 3a9b42c

Please sign in to comment.