From: jitendrapurohit Date: Wed, 25 May 2016 04:44:45 +0000 (+0530) Subject: indent and title fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=90ead52c5d8c227149ff12901a44ed7820d32a19;p=civicrm-core.git indent and title fix --- diff --git a/CRM/Case/Form/Task/ExportDocument.php b/CRM/Case/Form/Task/PrintMergeDoc.php similarity index 97% rename from CRM/Case/Form/Task/ExportDocument.php rename to CRM/Case/Form/Task/PrintMergeDoc.php index db4b862639..672c5a077e 100644 --- a/CRM/Case/Form/Task/ExportDocument.php +++ b/CRM/Case/Form/Task/PrintMergeDoc.php @@ -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. * diff --git a/CRM/Case/Task.php b/CRM/Case/Task.php index a6fea66ef3..11d1c6656e 100644 --- a/CRM/Case/Task.php +++ b/CRM/Case/Task.php @@ -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, ), ); diff --git a/templates/CRM/Case/Form/Task/ExportDocument.tpl b/templates/CRM/Case/Form/Task/PrintMergeDoc.tpl similarity index 87% rename from templates/CRM/Case/Form/Task/ExportDocument.tpl rename to templates/CRM/Case/Form/Task/PrintMergeDoc.tpl index 6e6ea5af72..5518bd0d5d 100644 --- a/templates/CRM/Case/Form/Task/ExportDocument.tpl +++ b/templates/CRM/Case/Form/Task/PrintMergeDoc.tpl @@ -24,7 +24,7 @@ +--------------------------------------------------------------------+ *}
-
{include file="CRM/Case/Form/Task.tpl"}
-{include file="CRM/Contact/Form/Task/PDFLetterCommon.tpl"} -
{include file="CRM/common/formButtons.tpl" location="bottom"}
+
{include file="CRM/Case/Form/Task.tpl"}
+ {include file="CRM/Contact/Form/Task/PDFLetterCommon.tpl"} +
{include file="CRM/common/formButtons.tpl" location="bottom"}