I am trying to modify an InfoTemplate so that in the "boxborrowed" if the [key:dueDate] is past (overdue) then the [translate:Due Date] and [key:dueDate] blink <blink> </blink.
Is this possible?
overdue dueDate statement
Re: overdue dueDate statement
The Pedias themselves don't have an isOverdue tag, that you would be able to use in the <!--IF statement. You would need to compare the due date against the current date to do this you would use JavaScript. Call a function that takes [key:dueDate] and this function would insert the <blink> tag into the current HTML element if appropriate.
Re: overdue dueDate statement
Thanks Conor. Java script is a bit over my head. Perhaps the tag isOverdue can be placed on the Future List.Conor wrote:The Pedias themselves don't have an isOverdue tag, that you would be able to use in the <!--IF statement.
Cheers