Changeset 13278 for trunk/install/sql/v70.sql
- Timestamp:
- 11/20/09 01:07:47 (3 years ago)
- File:
-
- 1 edited
-
trunk/install/sql/v70.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/sql/v70.sql
r13259 r13278 944 944 INSERT INTO `sys_email_templates` VALUES(51, 't_sbsProfileRates', 'Profile was rated', '<html><head></head><body style="font: 12px Verdana; color:#000000"> <p><b>Dear <RealName></b>,</p><br /><p>The profile you subscribed to was rated!</p><br /> <p>Click <a href="<ViewLink>">here</a> to view it.</p><br /> <p><b>Thank you for using our services!</b></p> <p>--</p> <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! <br />Auto-generated e-mail, please, do not reply!!!</p></body></html>', 'New profile rates subscription.', 0); 945 945 INSERT INTO `sys_email_templates` VALUES(53, 't_sbsProfileEdit', 'Profile info was updated', '<html><head></head><body style="font: 12px Verdana; color:#000000"> <p><b>Dear <RealName></b>,</p><br /><p>The profile you subscribed to has updated profile info!</p><br /> <p>Click <a href="<ViewLink>">here</a> to view it.</p><br /> <p><b>Thank you for using our services!</b></p> <p>--</p> <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! <br />Auto-generated e-mail, please, do not reply!!!</p></body></html>', 'Profile info subscription.', 0); 946 INSERT INTO `sys_email_templates` VALUES(54, 't_FriendRequest', 'Friend request', '<html>\r\n<body style="font: 12px Verdana; color:#000000">\r\n <p><b>Dear <Recipient></b>,</p>\r\n <br />\r\n <p><a href="<SenderLink>"><Sender></a> is inviting you to be friends. To accept/reject his/her invitation please \r\n follow this <a href="<RequestLink>">link</a></p>\r\n <br /> \r\n <p><b>Thank you for using our services!</b></p> \r\n <p>--</p>\r\n <p style="font: bold 10px Verdana; color:red"><SiteName> mail delivery system!!! \r\n <br />Auto-generated e-mail, please, do not reply!!!</p>\r\n</html>', 'Friend request message', 0); 946 947 947 948 -- --------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.