Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Home/templates/graph.tpl')
-rw-r--r--plugins/Home/templates/graph.tpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/Home/templates/graph.tpl b/plugins/Home/templates/graph.tpl
deleted file mode 100644
index 1d1f6546a1..0000000000
--- a/plugins/Home/templates/graph.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-<div id="{$id}" class="{if $graphType=='evolution'}parentDivGraphEvolution{else}parentDivGraph{/if}">
-{$jsInvocationTag}
-
-{if $showFooter}
- <br/><br/>
- <form class="formEmbedCode" id="{$formId}">
- Embed <input name="embed_code" value="{$codeEmbed}" onclick="javascript:document.getElementById('{$formId}').embed_code.focus();document.getElementById('{$formId}').embed_code.select();" readonly="true" type="text">
-
- | <a target="_blank" href="{$urlData}">{'General_GraphData'|translate}</a>
- </form>
-
- {include file="Home/templates/datatable_footer.tpl"}
- {include file="Home/templates/datatable_js.tpl"}
-{/if}
-
-</div>