B2016-282: remove new subsection menu item off of V-Button when selected section is a Word Section

B2016-236: for global search – add ‘Figure’ to Results style as Document Text & change ‘AER’ to ‘Left’ in list of step types for figures.
B2016-282: remove new subsection menu item off of a Word Section from
This commit is contained in:
2017-01-12 15:23:27 +00:00
parent e6fbb77546
commit 4744bcd450
4 changed files with 19 additions and 5 deletions

View File

@@ -2462,6 +2462,7 @@ namespace VEPROMS.CSLA.Library
get
{
if (IsRtfRaw) return ("Equation");
if (IsFigure) return ("Figure"); // Added for B2016-236
string str = MyContent.Text;
if (MyDocVersion != null)
{