indent and title fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 25 May 2016 04:44:45 +0000 (10:14 +0530)
committerColeman Watts <coleman@civicrm.org>
Wed, 20 Jul 2016 00:01:49 +0000 (20:01 -0400)
CRM/Case/Form/Task/PrintMergeDoc.php [moved from CRM/Case/Form/Task/ExportDocument.php with 97% similarity]
CRM/Case/Task.php
templates/CRM/Case/Form/Task/PrintMergeDoc.tpl [moved from templates/CRM/Case/Form/Task/ExportDocument.tpl with 87% similarity]

similarity index 97%
rename from CRM/Case/Form/Task/ExportDocument.php
rename to CRM/Case/Form/Task/PrintMergeDoc.php
index db4b8626395f6d87b6eb3670058b2010520c55e0..672c5a077ed58247efbaabaca41b60c0879bb69e 100644 (file)
@@ -34,7 +34,7 @@
 /**
  * This class provides the functionality to create PDF letter for a group of contacts.
  */
-class CRM_Case_Form_Task_ExportDocument extends CRM_Case_Form_Task {
+class CRM_Case_Form_Task_PrintMergeDoc extends CRM_Case_Form_Task {
   /**
    * All the existing templates in the system.
    *
index a6fea66ef3a032680665d1a91e9ed9f1c2f38bd7..11d1c6656e79715efc75b54647c72a4557b15096 100644 (file)
@@ -87,8 +87,8 @@ class CRM_Case_Task {
           'result' => FALSE,
         ),
         5 => array(
-          'title' => ts('Export Document'),
-          'class' => 'CRM_Case_Form_Task_ExportDocument',
+          'title' => ts('Print/Merge Document'),
+          'class' => 'CRM_Case_Form_Task_PrintMergeDoc',
           'result' => FALSE,
         ),
       );
similarity index 87%
rename from templates/CRM/Case/Form/Task/ExportDocument.tpl
rename to templates/CRM/Case/Form/Task/PrintMergeDoc.tpl
index 6e6ea5af722966654ea99d1a6eb39e11717e4e05..5518bd0d5d6b11b66667e9cabd0dea1e011c9655 100644 (file)
@@ -24,7 +24,7 @@
  +--------------------------------------------------------------------+
 *}
 <div class="crm-form-block crm-block crm-contact-task-pdf-form-block">
-<div class="messages status no-popup">{include file="CRM/Case/Form/Task.tpl"}</div>
-{include file="CRM/Contact/Form/Task/PDFLetterCommon.tpl"}
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+  <div class="messages status no-popup">{include file="CRM/Case/Form/Task.tpl"}</div>
+    {include file="CRM/Contact/Form/Task/PDFLetterCommon.tpl"}
+  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>