projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0c13b
)
Print button should print
author
Coleman Watts
<coleman@civicrm.org>
Fri, 29 May 2015 19:27:02 +0000
(15:27 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 29 May 2015 19:27:02 +0000
(15:27 -0400)
templates/CRM/common/print.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/print.tpl
b/templates/CRM/common/print.tpl
index f5fd03b0129e681e6fd832c5da0e6560e3fe29a4..fb26fec244fb0b166152f0938f9c1b2b9cbc99a2 100644
(file)
--- a/
templates/CRM/common/print.tpl
+++ b/
templates/CRM/common/print.tpl
@@
-53,7
+53,11
@@
{/crmRegion}
-{crmRegion name='page-footer' allowCmsOverride=0}{/crmRegion}
+{crmRegion name='page-footer' allowCmsOverride=0}
+ <script type="text/javascript">
+ window.print();
+ </script>
+{/crmRegion}
</div> {* end crm-container div *}
</body>
</html>