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/files/install/sql/install.sql

    r12938 r13138  
    254254INSERT INTO `sys_email_templates` (`Name`, `Subject`, `Body`, `Desc`) VALUES  
    255255('t_[db_prefix]_share', 'Someone from <SiteName> file 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.'), 
    256 ('t_[db_prefix]_report', 'Someone reported about file 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 file.'); 
     256('t_[db_prefix]_report', '<SenderNickName> reported about file 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 file.'); 
    257257 
    258258INSERT INTO `sys_stat_member` (`Type`, `SQL`) VALUES 
Note: See TracChangeset for help on using the changeset viewer.