FSN#39651: PLATO Logging/tracking.
svn path=/Website/trunk/; revision=34273
This commit is contained in:
@@ -228,6 +228,12 @@ function scf_ROFIELDTR(model, fld, val, key, params)
|
||||
else if (typeof txt == "date" || txt instanceof Date)
|
||||
txt = toDateString(txt);
|
||||
}
|
||||
else if ("infoPointer" in field)
|
||||
{
|
||||
infoPointer = field.infoPointer;
|
||||
infoPointer.Url += val;
|
||||
infoPointer.Title += val;
|
||||
}
|
||||
if (field.iscurrency)
|
||||
txt = safe.curr(txt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user