From 042e7773a969d27112c2bfcc78a72a8bd7dd2a73 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Mon, 14 Nov 2016 14:13:28 +0530 Subject: [PATCH] move to 4.7.14 message_template folder --- .../civicrm_msg_template.tpl | 2 +- .../message_templates/contribution_recurring_notify_html.tpl | 0 .../message_templates/contribution_recurring_notify_text.tpl | 0 .../message_templates/membership_online_receipt_html.tpl | 0 .../message_templates/membership_online_receipt_text.tpl | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename CRM/Upgrade/{4.7.13.msg_template => 4.7.14.msg_template}/civicrm_msg_template.tpl (92%) rename CRM/Upgrade/{4.7.13.msg_template => 4.7.14.msg_template}/message_templates/contribution_recurring_notify_html.tpl (100%) rename CRM/Upgrade/{4.7.13.msg_template => 4.7.14.msg_template}/message_templates/contribution_recurring_notify_text.tpl (100%) rename CRM/Upgrade/{4.7.13.msg_template => 4.7.14.msg_template}/message_templates/membership_online_receipt_html.tpl (100%) rename CRM/Upgrade/{4.7.13.msg_template => 4.7.14.msg_template}/message_templates/membership_online_receipt_text.tpl (100%) diff --git a/CRM/Upgrade/4.7.13.msg_template/civicrm_msg_template.tpl b/CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl similarity index 92% rename from CRM/Upgrade/4.7.13.msg_template/civicrm_msg_template.tpl rename to CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl index d1d05c351f..a0a12e3b54 100644 --- a/CRM/Upgrade/4.7.13.msg_template/civicrm_msg_template.tpl +++ b/CRM/Upgrade/4.7.14.msg_template/civicrm_msg_template.tpl @@ -1,5 +1,5 @@ {php} - $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.13.msg_template/message_templates'; + $dir = SMARTY_DIR . '/../../CRM/Upgrade/4.7.14.msg_template/message_templates'; $templates = array(); foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) { $parts = explode('_', basename($filename, '.tpl')); diff --git a/CRM/Upgrade/4.7.13.msg_template/message_templates/contribution_recurring_notify_html.tpl b/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_html.tpl similarity index 100% rename from CRM/Upgrade/4.7.13.msg_template/message_templates/contribution_recurring_notify_html.tpl rename to CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_html.tpl diff --git a/CRM/Upgrade/4.7.13.msg_template/message_templates/contribution_recurring_notify_text.tpl b/CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_text.tpl similarity index 100% rename from CRM/Upgrade/4.7.13.msg_template/message_templates/contribution_recurring_notify_text.tpl rename to CRM/Upgrade/4.7.14.msg_template/message_templates/contribution_recurring_notify_text.tpl diff --git a/CRM/Upgrade/4.7.13.msg_template/message_templates/membership_online_receipt_html.tpl b/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_html.tpl similarity index 100% rename from CRM/Upgrade/4.7.13.msg_template/message_templates/membership_online_receipt_html.tpl rename to CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_html.tpl diff --git a/CRM/Upgrade/4.7.13.msg_template/message_templates/membership_online_receipt_text.tpl b/CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_text.tpl similarity index 100% rename from CRM/Upgrade/4.7.13.msg_template/message_templates/membership_online_receipt_text.tpl rename to CRM/Upgrade/4.7.14.msg_template/message_templates/membership_online_receipt_text.tpl -- 2.25.1