CRM-13336 more improvements : click on printer friendly view (click on top right...
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Fri, 6 Sep 2013 07:27:55 +0000 (12:57 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Fri, 6 Sep 2013 07:27:55 +0000 (12:57 +0530)
----------------------------------------
* 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
templates/CRM/common/drupal6.tpl
templates/CRM/common/joomla.tpl
templates/CRM/common/wordpress.tpl

index 3c4999b3120f5617bbc861ef1dc7390eaea1fc87..9dc68a191c8f4d6bdf9d2012cdbb3b4835076e0f 100644 (file)
@@ -45,7 +45,7 @@
 {else}
 {* Printer friendly link/icon. *}
 <div id="printer-friendly">
-<a href="{$printerFriendly}" title="{ts}Printer-friendly view of this page.{/ts}">
+<a href="{$printerFriendly}" target='_blank' title="{ts}Printer-friendly view of this page.{/ts}">
   <div class="ui-icon ui-icon-print"></div>
 </a>
 </div>
index fda7f0f2199419129fa6f8055b0687ea0e100ace..4dfc1047b0da7f30b319e1e3ee12243be425c0b8 100644 (file)
@@ -44,7 +44,7 @@
 {else}
 {* Printer friendly link/icon. *}
 <div id="printer-friendly">
-<a href="{$printerFriendly}" title="{ts}Printer-friendly view of this page.{/ts}">
+<a href="{$printerFriendly}" target='_blank' title="{ts}Printer-friendly view of this page.{/ts}">
   <div class="ui-icon ui-icon-print"></div>
 </a>
 </div>
index 344ee58abdd226bccb526910177be9afff8ee23f..a197613d47207f31bd4a675951c8dc77646d634d 100644 (file)
@@ -60,7 +60,7 @@
 <div id="printer-friendly"><a href="#" onclick="window.print(); return false;" title="{ts}Print this page.{/ts}"><div class="ui-icon ui-icon-print"></div></a></div>
 {else}
 {* Printer friendly link/icon. *}
-<div id="printer-friendly"><a href="{$printerFriendly}" title="{ts}Printer-friendly view of this page.{/ts}"><div class="ui-icon ui-icon-print"></div></a></div>
+<div id="printer-friendly"><a href="{$printerFriendly}" target='_blank' title="{ts}Printer-friendly view of this page.{/ts}"><div class="ui-icon ui-icon-print"></div></a></div>
 {/if}
 
 {if $pageTitle}
index dd3ab272001e536d2baa4b3e43943343c888401c..2c1d4edf57e99e2182df522bb0cc3e601bfab769 100644 (file)
@@ -75,7 +75,7 @@
 {else}
 {* Printer friendly link/icon. *}
 <div id="printer-friendly">
-<a href="{$printerFriendly}" title="{ts}Printer-friendly view of this page.{/ts}">
+<a href="{$printerFriendly}" target='_blank' title="{ts}Printer-friendly view of this page.{/ts}">
   <div class="ui-icon ui-icon-print"></div>
 </a>
 </div>