INSERT INTO `ma_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES ('licensePendingUserHeader', 7, 'header', '', 'License Pending (Vendor Users Notification)', '', '', 'n', 'n', 380, '2019-03-29 09:00:00', '2019-03-29 09:00:00'), ('licensePendingUserSubject', 7, 'text', 'Subject', 'License #{id} status has been changed to pending (by tribe "{tribe}")', '', '', 'y', 'n', 390, '2019-03-29 09:00:00', '2019-03-29 09:00:00'), ('licensePendingUserFrom', 7, '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', 400, '2019-03-29 09:00:00', '2019-03-29 09:00:00'), ('licensePendingUserBody', 7, 'HtmlEditor', 'Message Body', '

License #{id} status has been changed to pending:

\r\n\r\n

DBA Name: {vendorDbaName}
\r\nSole Proprietor: {vendorSoleProprietorName}
\r\nFederal ID: {vendorFederalId}
\r\nPhone: {vendorPhone}
\r\nLicense #: {id}
\r\nTribe: {tribe}

\r\n\r\n

View License Details 

\r\n', '', 'Constants: {id} {vendorDbaName} {vendorSoleProprietorName} {vendorFederalId} {vendorPhone} {detailsUrl} {tribe}', 'y', 'n', 410, '2019-03-29 09:00:00', '2019-03-29 09:00:00'); INSERT INTO `ma_SettingsOptions` (`id`, `name`, `variable`, `value`, `type`, `sorter`) VALUES (NULL, 'licensePendingUserBody', 'mode', 'view', 'string', NULL), (NULL, 'licenseApprovedUserBody', 'mode', 'view', 'string', NULL);