diff --git a/docs/upgrades/upgrade_5.2.5-5.3.0.sql b/docs/upgrades/upgrade_5.2.5-5.3.0.sql index 107a583fb..181faa8e4 100644 --- a/docs/upgrades/upgrade_5.2.5-5.3.0.sql +++ b/docs/upgrades/upgrade_5.2.5-5.3.0.sql @@ -454,5 +454,7 @@ delete from help where helpId=64 and namespace='WebGUI'; insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (64, 'WebGUI', 938, 939, '61,WebGUI;'); delete from help where helpId=3 and namespace='DataForm'; insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (3, 'DataForm', 82, 83, '2,DataForm;1,DataForm;51,WebGUI;'); - +INSERT INTO template VALUES (1,'Mail Form','\n

\n
\n\n\n
  • \n\n\n\n\n

    \n\n\n\n \">\n · \">\n

    \n\n\n\n\n\n \n \n \n\n\n
    \n \n \n \n \n \n \n \n \n *\n
    \n
    \n\n\n','DataForm'); +INSERT INTO template VALUES (2,'Default Email','\n\n: \n','DataForm'); +INSERT INTO template VALUES (3,'Default Acknowlegement','\n

    \n\n\n\n \n \n\n\n
    \n

    \n\">','DataForm');