F2020-009: Change Order of Cautions/Notes. Note that this is check in for release note from 2/28/2020 (was missed during initial checking).
This commit is contained in:
parent
2cd061747e
commit
b5af00b940
@ -4791,6 +4791,19 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
else if (FormatStepData.TabData.IsTransition)
|
else if (FormatStepData.TabData.IsTransition)
|
||||||
return tbformat;
|
return tbformat;
|
||||||
|
// F2020-009: Farley Reorder of cautions/notes - single notes were getting a bullet
|
||||||
|
else if (ActiveFormat != null && ActiveFormat.Name.ToUpper().StartsWith("FNP"))
|
||||||
|
{
|
||||||
|
if (tbformat != null && nextItem != null && !FormatStepData.AlwaysTab &&
|
||||||
|
(!FormatStepData.MixCautionsAndNotes &&
|
||||||
|
(FormatStepData.TabData.UsePreviousStyle && !nextStepData.TabData.UsePreviousStyle && tbformat == nextTbFormat) ||
|
||||||
|
((prevTbFormat != tbformat && (nextItem.MyContent.Type == MyContent.Type)))))
|
||||||
|
{
|
||||||
|
tbformat = tbformat + ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.IdentB;
|
||||||
|
if (TabToIdentBAdjustFont())
|
||||||
|
_MyTab.RemovedStyleUnderline = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
// else if this has a next
|
// else if this has a next
|
||||||
else if (tbformat != null && nextItem != null && !FormatStepData.AlwaysTab &&
|
else if (tbformat != null && nextItem != null && !FormatStepData.AlwaysTab &&
|
||||||
(!FormatStepData.MixCautionsAndNotes ||
|
(!FormatStepData.MixCautionsAndNotes ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user