CRM-12872 - Ajax-enable pager links
[civicrm-core.git] / templates / CRM / Report / Form.tpl
index a1fa5f6a0bac2b8ba734c95738de2cbbf04a9820..a30dfd2713b3fe8ce6aa5d68beff1c57d8db4a02 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -23,7 +23,9 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 *}
-{include file="CRM/common/crmeditable.tpl"}
+{if $outputMode neq 'print'}
+  {include file="CRM/common/crmeditable.tpl"}
+{/if} 
 {* this div is being used to apply special css *}
     {if $section eq 1}
     <div class="crm-block crm-content-block crm-report-layoutGraph-form-block">
@@ -65,4 +67,4 @@
       <script type="text/javascript">
         window.print();
       </script>
-    {/if}
\ No newline at end of file
+    {/if}