B2020-140 Added a format variable to Wolf Creek to override the placement of text table cells to correct placement of checkboxes in table cells
This commit is contained in:
@@ -3600,6 +3600,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SingleColumnRNOIndent, "@SingleColumnRNOIndent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _OverrideTableTopIndent;
|
||||
public int? OverrideTableTopIndent
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _OverrideTableTopIndent, "@OverrideTableTopIndent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _ColRTable;
|
||||
public string ColRTable
|
||||
{
|
||||
|
Reference in New Issue
Block a user