J
|
Jane 8/11/2009 |
Hi, if ((strtotime("now")-strtotime($data["FieldName"]))/(606024)>0 ) $record["edit_link"] = false; |
S
|
sickacid author 8/11/2009 |
Hi, you can check date field in the List page: After record processed event and show or hide edit link if needed. Here is a sample:
|
J
|
Jane 8/12/2009 |
Hi, global $record; if ($data["Lock"]) { $record["inlineedit_link"] = false; } |