INSERT INTO `qs_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES
('changeProfileEmailHeader', 4, 'header', '', 'Change Profile (Admin Notification)', '', '', 'y', 'n', 700, '2014-03-07 12:11:07', '2014-03-07 12:11:07'),
('changeProfileEmailSubject', 4, 'text', 'Subject', 'Individual changed a prifile information', '', '', 'y', 'n', 710, '2014-03-07 12:13:12', '2014-03-07 12:22:44'),
('changeProfileEmailFrom', 4, 'text', 'From Email Address If you leave this field empty - the From Email Address will be the same as the one in General Settings.', '', '', '', 'n', 'n', 720, '2014-03-07 12:14:36', '2014-03-07 12:22:44'),
('changeProfileEmailBody', 4, 'HtmlEditor', 'Message Body', 'Individual {firstName} {lastName} changed a profile information:
\r\n{changedFields}
\r\nClick here to edit individual profile', '', 'Constants: {firstName} {lastName} {email} {directPhone} {cellPhone} {changedFields} {link}', 'y', 'n', 730, '2014-03-07 12:18:06', '2014-03-07 12:22:44');
INSERT INTO `qs_SettingsOptions` (`id`, `name`, `variable`, `value`, `type`, `sorter`) VALUES
(NULL, 'changeProfileEmailBody', 'height', '200', 'int', NULL),
(NULL, 'changeProfileEmailBody', 'mode', 'view', 'string', NULL),
(NULL, 'changeProfileEmailBody', 'scriptOptions[enterMode]', '2', 'string', NULL);