update `vt_Settings` set `sorter` = `sorter` + 60 where `idCategory` = 2 and `sorter` >= 60; INSERT INTO `vt_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES ('contactFormEmailUserHeader', 2, 'header', '', 'Contact Form Submission (User Notification)', '', '', 'n', 'n', 60, '2015-08-18 09:42:43', '2015-08-18 09:42:43'), ('contactFormEmailUserSubject', 2, 'text', 'Subject', 'DE New comments have been submitted', '', '', 'y', 'n', 70, '2015-08-18 09:42:43', '2015-08-18 10:05:44'), ('contactFormEmailUserFrom', 2, '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', 80, '2015-08-18 09:42:43', '2015-08-18 10:05:44'), ('contactFormEmailUserBody', 2, 'HtmlEditor', 'Message Body', '

DE New comments have been submitted.
\r\n
\r\nName: {name}
\r\nEmail Address: {email}
\r\nPhone Number: {phone}
\r\nReason for Contact: {reason}
\r\nComments:

\r\n\r\n
{comments}
\r\n', '', 'Constants: {name} {email} {phone} {reason} {comments}', 'y', 'n', 100, '2015-08-18 09:42:43', '2015-08-18 10:05:44'); INSERT INTO `vt_SettingsContent` (`name`, `lang`, `value`, `changed`) VALUES ('contactFormEmailUserBody', 'en', '

New comments have been submitted.
\r\n
\r\nName: {name}
\r\nEmail Address: {email}
\r\nPhone Number: {phone}
\r\nReason for Contact: {reason}
\r\nComments:

\r\n\r\n
{comments}
\r\n', '2015-08-18 10:05:44'), ('contactFormEmailUserFrom', 'en', '', '2015-08-18 10:05:44'), ('contactFormEmailUserSubject', 'en', 'New comments have been submitted', '2015-08-18 10:05:44'); INSERT INTO `vt_SettingsOptions` (`id`, `name`, `variable`, `value`, `type`, `sorter`) VALUES (NULL, 'contactFormEmailUserBody', 'scriptOptions[enterMode]', '2', 'string', NULL), (NULL, 'contactFormEmailUserBody', 'height', '200', 'int', NULL); INSERT INTO `vt_SettingsOptions` (`id`, `name`, `variable`, `value`, `type`, `sorter`) VALUES (NULL, 'contactFormEmailUserBody', 'mode', 'view', 'string', NULL);