X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FReport%2FForm%2FActions.tpl;h=a7b4da30e270c76ee7c0e85f30a25490ee340a7d;hb=2a73d3b05ba42e8119b7123ba93f6a7f5a2dbac4;hp=7a8a89a9b58c470af38c78bd363136dfb1492cbd;hpb=e8cca51aa6ed1feb98786bd980a1395d8a9a785a;p=civicrm-core.git diff --git a/templates/CRM/Report/Form/Actions.tpl b/templates/CRM/Report/Form/Actions.tpl index 7a8a89a9b5..a26ba82b0e 100644 --- a/templates/CRM/Report/Form/Actions.tpl +++ b/templates/CRM/Report/Form/Actions.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -25,81 +25,72 @@ *} {if !$printOnly} {* NO print section starts *} - {* build the print pdf buttons *} - {if $rows} -
- {assign var=print value="_qf_"|cat:$form.formName|cat:"_submit_print"} - {assign var=pdf value="_qf_"|cat:$form.formName|cat:"_submit_pdf"} - {assign var=csv value="_qf_"|cat:$form.formName|cat:"_submit_csv"} - {assign var=group value="_qf_"|cat:$form.formName|cat:"_submit_group"} - {assign var=chart value="_qf_"|cat:$form.formName|cat:"_submit_chart"} - - - - - -
- - - - - - {if $instanceUrl} - - {/if} - -
{$form.$print.html}  {$form.$pdf.html}  {$form.$csv.html}    » {ts}Existing report(s) from this template{/ts}
-
- - {if $chartSupported} - - - - - {/if} - {if $form.groups} - - - - {/if} -
{$form.charts.html|crmAddClass:big}{$form.$chart.html}
- {$form.groups.html}{$form.$group.html} - -
-
-
- {/if} + {* build the print pdf buttons *} +
+ {assign var=group value="_qf_"|cat:$form.formName|cat:"_submit_group"} + {assign var=chart value="_qf_"|cat:$form.formName|cat:"_submit_chart"} + + + + + +
+ + + {include file="CRM/common/tasks.tpl" location="botton"} + {if $instanceUrl} + + {/if} + +
  » {ts}Existing report(s) from this template{/ts}
+
+ + {if $chartSupported} + + + + + {/if} + {if $form.groups} + + + + {/if} +
{$form.charts.html|crmAddClass:big}{$form.$chart.html}
+ {$form.groups.html}{$form.$group.html} + +
+
+
- {literal} - - {/literal} +{literal} + +{/literal} {/if} {* NO print section ends *}