Skip to content

Commit

Permalink
remove print icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alifrumin committed Sep 18, 2019
1 parent 167fbae commit d62380c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions templates/CRM/common/CMSPrint.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,6 @@
</div>
{/if}

{if isset($browserPrint) and $browserPrint}
{* Javascript window.print link. Used for public pages where we can't do printer-friendly view. *}
<div id="printer-friendly">
<a href="#" onclick="window.print(); return false;" title="{ts}Print this page.{/ts}">
<i class="crm-i fa-print"></i>
</a>
</div>
{else}
{* Printer friendly link/icon. *}
<div id="printer-friendly">
<a href="{$printerFriendly}" target='_blank' title="{ts}Printer-friendly view of this page.{/ts}">
<i class="crm-i fa-print"></i>
</a>
</div>
{/if}

{if $pageTitle}
<div class="crm-title">
<h1 class="title">{if $isDeleted}<del>{/if}{$pageTitle}{if $isDeleted}</del>{/if}</h1>
Expand Down

0 comments on commit d62380c

Please sign in to comment.