Re-added adjustment slots help.
parent
640286f680
commit
3e1f961deb
|
@ -1842,6 +1842,9 @@
|
|||
"adjustmentsHelp": {
|
||||
"message": "Configure adjustment switches. See the 'in-flight adjustments' section of the manual for details. The changes that adjustment functions make are not saved automatically."
|
||||
},
|
||||
"adjustmentSlotsHelp": {
|
||||
"message": "There are 4 slots. Each switch used to concurrently make adjustments requires exclusive use of a slot."
|
||||
},
|
||||
"adjustmentsExamples": {
|
||||
"message": "Examples:"
|
||||
},
|
||||
|
|
|
@ -166,6 +166,7 @@ TABS.adjustments.initialize = function (callback) {
|
|||
|
||||
|
||||
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
|
||||
$('.tab-adjustments .adjustmentSlotsHelp').hide();
|
||||
$('.tab-adjustments .adjustmentSlotHeader').hide();
|
||||
$('.tab-adjustments .adjustmentSlot').hide();
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<div class="note spacebottom">
|
||||
<div class="note_spacer">
|
||||
<p i18n="adjustmentsHelp"></p>
|
||||
<p class="adjustmentSlotsHelp" i18n="adjustmentSlotsHelp"></p>
|
||||
<b><p i18n="adjustmentsExamples"></p></b>
|
||||
<ul>
|
||||
<li i18n="adjustmentsExample1"></li>
|
||||
|
|
Loading…
Reference in New Issue