Display message template title on deletion form
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 2 Nov 2018 15:01:21 +0000 (15:01 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 2 Nov 2018 15:01:21 +0000 (15:01 +0000)
CRM/Admin/Form/MessageTemplates.php
templates/CRM/Admin/Form/MessageTemplates.tpl

index d316d559e26873e28c897d02afb3655863b759ca..f7c77587df2b79d2661cdcd081cde403bb6db553 100644 (file)
@@ -139,6 +139,7 @@ class CRM_Admin_Form_MessageTemplates extends CRM_Admin_Form {
     }
 
     if ($this->_action & CRM_Core_Action::DELETE) {
+      $this->assign('msg_title', $this->_values['msg_title']);
       return;
     }
 
index 617aea8c55089783643b23132908484623cc8212..9f45dd437fc3583c7469846eff686332f993a350 100644 (file)
@@ -39,7 +39,7 @@
 {if $action eq 8}
    <div class="messages status no-popup">
        <div class="icon inform-icon"></div>
-       {ts}Do you want to delete this message template?{/ts}
+       {ts 1=$msg_title}Do you want to delete the message template '%1'?{/ts}
    </div>
 {else}
         <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>