This commit is contained in:
parent
e2f94d92b9
commit
17b12540c0
@ -871,7 +871,7 @@ namespace Volian.Print.Library
|
|||||||
cbd.FixedChangeColumn ?? 0 : ChangeBarLocation(xoff, this, formatInfo, maxRNO);
|
cbd.FixedChangeColumn ?? 0 : ChangeBarLocation(xoff, this, formatInfo, maxRNO);
|
||||||
|
|
||||||
if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.ChgID)
|
if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.ChgID)
|
||||||
cbMess = itemInfo.UserID;
|
cbMess = itemInfo.MyContent.UserID;
|
||||||
else if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.DateChgID)
|
else if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.DateChgID)
|
||||||
{
|
{
|
||||||
string fmtDate = itemInfo.DTS.ToShortDateString();
|
string fmtDate = itemInfo.DTS.ToShortDateString();
|
||||||
@ -882,7 +882,7 @@ namespace Volian.Print.Library
|
|||||||
if (fmtDate.IndexOf("/", 3) == 1)
|
if (fmtDate.IndexOf("/", 3) == 1)
|
||||||
fmtDate = fmtDate.Substring(0, 3) + "0" + fmtDate.Substring(3, fmtDate.Length - 3);
|
fmtDate = fmtDate.Substring(0, 3) + "0" + fmtDate.Substring(3, fmtDate.Length - 3);
|
||||||
}
|
}
|
||||||
cbMess = itemInfo.UserID + @"\n" + fmtDate;
|
cbMess = itemInfo.MyContent.UserID + @"\n" + fmtDate;
|
||||||
}
|
}
|
||||||
else if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.RevNum)
|
else if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.RevNum)
|
||||||
cbMess = myPageHelper.Rev;
|
cbMess = myPageHelper.Rev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user