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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-08 18:51:57 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 18:51:57 +0400
commit16dffb456eae335983aacf79317178614c6ee492 (patch)
tree34ff538c1f6ffb1bbb8239235d10157295149424 /plugins/PDFReports
parentdf7bb48036c6a4a769f0d843719267ec8966d687 (diff)
Reorganizing the images folders for every plugins
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/list.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PDFReports/templates/list.twig b/plugins/PDFReports/templates/list.twig
index 5db9086d88..96ba0f64d5 100644
--- a/plugins/PDFReports/templates/list.twig
+++ b/plugins/PDFReports/templates/list.twig
@@ -72,14 +72,14 @@
<td>
{# edit link #}
<a href='#' name="linkEditReport" id="{{ report.idreport }}" class="link_but">
- <img src='plugins/Zeitgeist/theme/images/ico_edit.png' border="0"/>
+ <img src='plugins/Zeitgeist/images/ico_edit.png' border="0"/>
{{ 'General_Edit'|translate }}
</a>
</td>
<td>
{*delete link *}
<a href='#' name="linkDeleteReport" id="{{ report.idreport }}" class="link_but">
- <img src='plugins/Zeitgeist/theme/images/ico_delete.png' border="0"/>
+ <img src='plugins/Zeitgeist/images/ico_delete.png' border="0"/>
{{ 'General_Delete'|translate }}
</a>
</td>