menu order button replaced. see #680
This commit is contained in:
parent
e2b20e7ed6
commit
13a5e273ef
2 changed files with 11 additions and 6 deletions
|
|
@ -2263,10 +2263,6 @@
|
|||
"message": "Context Menu",
|
||||
"description": "Header for the context menu list in the menu order page"
|
||||
},
|
||||
"menu_order_save": {
|
||||
"message": "Save",
|
||||
"description": "Save button label in menu order page"
|
||||
},
|
||||
"menu_order_saved": {
|
||||
"message": "Menu order saved!",
|
||||
"description": "Message shown after saving menu order"
|
||||
|
|
@ -2304,7 +2300,7 @@
|
|||
"description": "Badge label for prompts shown in all contexts"
|
||||
},
|
||||
"menu_order_btn_label": {
|
||||
"message": "Menu Order",
|
||||
"message": "Manage menu order settings",
|
||||
"description": "Button label to open the menu order page from options"
|
||||
},
|
||||
"menu_order_info": {
|
||||
|
|
|
|||
|
|
@ -115,6 +115,16 @@
|
|||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>
|
||||
<span class="opt_title">__MSG_menu_order_title__</span>
|
||||
</label></td>
|
||||
<td>
|
||||
<label>
|
||||
<button id="btnMenuOrder">__MSG_menu_order_btn_label__</button>
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label>
|
||||
<span class="opt_title">__MSG_prefs_OptionText_dynamic_menu_force_enter__</span>
|
||||
|
|
@ -260,7 +270,6 @@
|
|||
<button id="btnManagePrompts">__MSG_prefs_OptionText_btnManagePrompts__</button>
|
||||
<br>__MSG_prefs_OptionText_btnManagePrompts_infoline__ <a href="https://micz.it/thunderbird-addon-thunderai/data-placeholders/">__MSG_more_info_string__</a>
|
||||
<br><button id="btnManageCustomDataPH">__MSG_prefs_OptionText_btnManageCustomDataPH__</button>
|
||||
<br><button id="btnMenuOrder">__MSG_menu_order_btn_label__</button>
|
||||
</div>
|
||||
<div id="miczDescription">
|
||||
<h1>__MSG_prefsInfoTitle__</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue