Skip to content

Commit

Permalink
Remove unmeaningful rows
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 8, 2023
1 parent fe2fa04 commit 0583474
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const configs = new Configs({
showContextCommandOnTab: true,
showContextCommandOnPage: false,
modeForNoSelection: Constants.kCOPY_INDIVIDUAL_TAB,
modeForNoSelectionModified: Constants.kCOPY_TREE,
modeForNoSelectionModified: Constants.kCOPY_NOTHING,
modeForNoSelectionTree: Constants.kCOPY_TREE,
modeForNoSelectionTreeModified: Constants.kCOPY_TREE_DESCENDANTS,
clearSelectionAfterCommandInvoked: false,
Expand Down
40 changes: 10 additions & 30 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,6 @@
type="radio"></label></td>
<th><label for="modeForNoSelection_all">__MSG_config_modeForNoSelection_all_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelection_tree"
name="modeForNoSelection"
value="2"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionModified"
value="2"
type="radio"></label></td>
<th><label for="modeForNoSelection_tree">__MSG_config_modeForNoSelection_tree_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelection_treeDescendants"
name="modeForNoSelection"
value="3"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionModified"
value="3"
type="radio"></label></td>
<th><label for="modeForNoSelection_treeDescendants">__MSG_config_modeForNoSelection_treeDescendants_label__</label></th>
</tr>
</tbody>
</table>
</fieldset>
Expand Down Expand Up @@ -137,16 +117,6 @@
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_individualTab">__MSG_config_modeForNoSelection_individualTab_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_all"
name="modeForNoSelectionTree"
value="4"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionTreeModified"
value="4"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_all">__MSG_config_modeForNoSelection_all_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_tree"
name="modeForNoSelectionTree"
Expand All @@ -167,6 +137,16 @@
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_treeDescendants">__MSG_config_modeForNoSelection_treeDescendants_label__</label></th>
</tr>
<tr>
<td><label><input id="modeForNoSelectionTree_all"
name="modeForNoSelectionTree"
value="4"
type="radio"></label></td>
<td><label><input name="modeForNoSelectionTreeModified"
value="4"
type="radio"></label></td>
<th><label for="modeForNoSelectionTree_all">__MSG_config_modeForNoSelection_all_label__</label></th>
</tr>
</tbody>
</table>
</fieldset>
Expand Down

0 comments on commit 0583474

Please sign in to comment.