Added new SlashReplace format variable to control how Slashes are treated when the procedure number is converted to a pdf name.
Changed formating of Cautions (Not Bold and Heading removed underline) Corrected RO_Lookup logic for page Header.
This commit is contained in:
@@ -635,6 +635,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SectionLevelFoldouts, "@SectionLevelFoldouts");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _SlashReplace;
|
||||
public string SlashReplace
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SlashReplace, "@SlashReplace");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _RevDateWithForwardSlash;
|
||||
public bool RevDateWithForwardSlash
|
||||
{
|
||||
|
Reference in New Issue
Block a user