X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Ftemplates%2Fcivicrm_sample.tpl;h=945dba915e62e72812b0b1455853a1a86c7e4cd0;hb=9aac91821ed344d2d77af406a2a92e4fb703b7f3;hp=eb95e8ac975238efbacb35c6b75498f718be16d6;hpb=48afff100d7be8ac4139020919536e4e9d1ff9bb;p=civicrm-core.git diff --git a/xml/templates/civicrm_sample.tpl b/xml/templates/civicrm_sample.tpl index eb95e8ac97..945dba915e 100644 --- a/xml/templates/civicrm_sample.tpl +++ b/xml/templates/civicrm_sample.tpl @@ -1,7 +1,7 @@ -- +--------------------------------------------------------------------+ --- | CiviCRM version 4.7 | +-- | CiviCRM version 5 | -- +--------------------------------------------------------------------+ --- | Copyright CiviCRM LLC (c) 2004-2016 | +-- | Copyright CiviCRM LLC (c) 2004-2019 | -- +--------------------------------------------------------------------+ -- | This file is a part of CiviCRM. | -- | | @@ -107,9 +107,9 @@ SELECT @option_group_id_act := max(id) from civicrm_option_group where name = ' SELECT @option_value_max_val := max(ROUND(civicrm_option_value.value)) from civicrm_option_value where option_group_id = @option_group_id_act; INSERT INTO - `civicrm_option_value` (`option_group_id`, `label`, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, `description`, `is_optgroup`, `is_reserved`, `is_active`) + `civicrm_option_value` (`option_group_id`, `label`, `value`, `name`, `grouping`, `filter`, `is_default`, `weight`, `description`, `is_optgroup`, `is_reserved`, `is_active`, `icon`) VALUES - (@option_group_id_act, 'Interview', (SELECT @option_value_max_val := @option_value_max_val + 1), 'Interview', NULL, 0, NULL, @option_value_max_val, 'Conduct a phone or in person interview.', 0, 0, 1); + (@option_group_id_act, 'Interview', (SELECT @option_value_max_val := @option_value_max_val + 1), 'Interview', NULL, 0, NULL, @option_value_max_val, 'Conduct a phone or in person interview.', 0, 0, 1, 'fa-comment-o'); INSERT INTO `civicrm_contact_type` ( `name`, `label`,`image_URL`, `parent_id`, `is_active`,`is_reserved`) @@ -251,4 +251,3 @@ VALUES (@priceFieldID,'bass','Bass','25',1,1,1,2), (@priceFieldID,'tenor','Tenor','40',2,1,0,2), (@priceFieldID,'soprano','Soprano','50',3,1,0,2); -