If you do update and get all those out of date template messages, to clear them you could edit and save each one without actually making changes or you could run the following query on your database:
UPDATE template SET version = '4.1.10', mergestatus = 'none' WHERE styleid=XX;
change XX to the styleid number of the lightweight style and 4.1.10 to whatever the version number currently is.
|