HomeHelpTrac

Ignore:
Timestamp:
11/04/09 03:29:05 (3 years ago)
Author:
Leonid Sokushev
Message:

ticket #1404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/videos/install/sql/install.sql

    r12938 r13138  
    198198INSERT INTO `sys_email_templates` (`Name`, `Subject`, `Body`, `Desc`) VALUES  
    199199('t_[db_prefix]_share', 'Someone from <SiteName> shared video with you', '<html><head></head><body style="font: 12px Verdana; color:#000000">\r\n<p><b>Hello</b>,</p>\r\n\r\n<p><SenderNickName> shared a <MediaType> with you: <a href="<MediaUrl>">See It</a>!</p>\r\n\r\n</p>\r\n\r\n<UserExplanation></p>\r\n\r\n</p>\r\n\r\n<p>---</p>\r\nBest regards,  <SiteName> \r\n<p style="font: bold 10px Verdana; color:red">!!!Auto-generated e-mail, please, do not reply!!!</p></body></html>', 'Message about sharing files.'), 
    200 ('t_[db_prefix]_report', 'Someone reported about video from <SiteName>', '<html><head></head><body style="font: 12px Verdana; color:#000000">\r\n<p><b>Hello</b>,</p>\r\n\r\n<p>Message about <MediaType>: <a href="<MediaUrl>">See It</a>!</p>\r\n\r\n</p>\r\n\r\n<UserExplanation></p>\r\n\r\n</p>\r\n\r\n<p>---</p>\r\nBest regards,  <SiteName> \r\n<p style="font: bold 10px Verdana; color:red">!!!Auto-generated e-mail, please, do not reply!!!</p></body></html>', 'Message about shared file.'); 
     200('t_[db_prefix]_report', '<SenderNickName> reported about video from <SiteName>', '<html><head></head><body style="font: 12px Verdana; color:#000000">\r\n<p><b>Hello</b>,</p>\r\n\r\n<p>Message about <MediaType>: <a href="<MediaUrl>">See It</a>!</p>\r\n\r\n</p>\r\n\r\n<UserExplanation></p>\r\n\r\n</p>\r\n\r\n<p>---</p>\r\nBest regards,  <SiteName> \r\n<p style="font: bold 10px Verdana; color:red">!!!Auto-generated e-mail, please, do not reply!!!</p></body></html>', 'Message about shared file.'); 
    201201 
    202202INSERT INTO `sys_stat_member` (`Type`, `SQL`) VALUES 
Note: See TracChangeset for help on using the changeset viewer.