Re-added adjustment slots help.

10.7.0-preview
mikeller 2019-06-10 23:54:04 +12:00
parent 640286f680
commit 3e1f961deb
3 changed files with 5 additions and 0 deletions

View File

@ -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:"
},

View File

@ -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();
}

View File

@ -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>