From 0b4dcd5e832d11aaffebc7f74de85ea39c3e444b Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Fri, 6 Sep 2013 12:57:55 +0530 Subject: [PATCH] CRM-13336 more improvements : click on printer friendly view (click on top right print icon) should open up view in browser's new tab or window of any civicrm form / page ---------------------------------------- * CRM-13336: remove inline edit from contact summary in print mode http://issues.civicrm.org/jira/browse/CRM-13336 * CRM-13336-more-improvements: http://issues.civicrm.org/jira/browse/CRM-13336-more-improvements --- templates/CRM/common/drupal.tpl | 2 +- templates/CRM/common/drupal6.tpl | 2 +- templates/CRM/common/joomla.tpl | 2 +- templates/CRM/common/wordpress.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/common/drupal.tpl b/templates/CRM/common/drupal.tpl index 3c4999b312..9dc68a191c 100644 --- a/templates/CRM/common/drupal.tpl +++ b/templates/CRM/common/drupal.tpl @@ -45,7 +45,7 @@ {else} {* Printer friendly link/icon. *}
- +
diff --git a/templates/CRM/common/drupal6.tpl b/templates/CRM/common/drupal6.tpl index fda7f0f219..4dfc1047b0 100644 --- a/templates/CRM/common/drupal6.tpl +++ b/templates/CRM/common/drupal6.tpl @@ -44,7 +44,7 @@ {else} {* Printer friendly link/icon. *}
- +
diff --git a/templates/CRM/common/joomla.tpl b/templates/CRM/common/joomla.tpl index 344ee58abd..a197613d47 100644 --- a/templates/CRM/common/joomla.tpl +++ b/templates/CRM/common/joomla.tpl @@ -60,7 +60,7 @@
{else} {* Printer friendly link/icon. *} -
+
{/if} {if $pageTitle} diff --git a/templates/CRM/common/wordpress.tpl b/templates/CRM/common/wordpress.tpl index dd3ab27200..2c1d4edf57 100644 --- a/templates/CRM/common/wordpress.tpl +++ b/templates/CRM/common/wordpress.tpl @@ -75,7 +75,7 @@ {else} {* Printer friendly link/icon. *}
- +
-- 2.25.1