Embedded images
This commit is contained in:
@@ -2219,6 +2219,11 @@ namespace VEPROMS.CSLA.Library
|
||||
//string number = cont.Number;
|
||||
string number = DisplayNumber;
|
||||
//if (cont.Type >= 20000) number = Ordinal.ToString() + ".";
|
||||
if ((cont.Type == 20036 || cont.Type == 20037 || cont.Type == 20038 || cont.Type == 20039))// && !RO
|
||||
{
|
||||
if (MyContent.ContentRoUsages == null || MyContent.ContentRoUsages.Count == 0)
|
||||
return "Embedded Image";
|
||||
}
|
||||
if (cont.Type >= 20000) number = MyTab == null ? "" : MyTab.CleanText;
|
||||
return string.Format("{0} {1}", number, DisplayText).Trim(); // Need TrimEnd(); for IP3
|
||||
//return string.Format("{0} {1}", number, cont.Text).Trim();
|
||||
|
Reference in New Issue
Block a user