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:
authormattpiwik <matthieu.aubry@gmail.com>2010-07-27 03:13:02 +0400
committermattpiwik <matthieu.aubry@gmail.com>2010-07-27 03:13:02 +0400
commit9896c050a953d3c724c11b0c97352646599b2dac (patch)
tree1f36354a0d32fea48c40779b956ddd8549819e51 /plugins/CorePluginsAdmin/templates
parent494d491cfa6707192705e9e48b07c12131ae0606 (diff)
Refs #71
* Adding PDF plugin, based on the submission from jeremy lavaux and Lyzun Oleksandr. * I rewrote nearly all code to comply with Piwik coding styles/guidelines/ etc. and also because it had to use the Metadata which wasn't yet created when the PDF code was initially written * Features customizable PDF reports (based on metadata reports), with description + scheduling (daily/weekly/monthly) and send to current user as well as additional emails listed * Added helper function Piwik::getCurrentUserEmail() * Refactored window modal popover into a helper method piwikHelper.windowModal (used to ask confirmation when deleting stuff) Refs #1490 * Refactored the Goals CSS into generic CSS which can be reused and is reused for PDF UI Refs #1184 * The callback must pass $this instead of the class name as it TODO * test scheduled tasks send email properly (email looks good + attachment works) * Add comment header in PDFReports files * Can we remove some files in TCPDF which adds a lot of space in the release (eg. some fonts in libs/fonts ?) * Test PDF with UTF8 characters git-svn-id: http://dev.piwik.org/svn/trunk@2697 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/CorePluginsAdmin/templates')
-rw-r--r--plugins/CorePluginsAdmin/templates/manage.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CorePluginsAdmin/templates/manage.tpl b/plugins/CorePluginsAdmin/templates/manage.tpl
index 0c83104a57..e0116adac3 100644
--- a/plugins/CorePluginsAdmin/templates/manage.tpl
+++ b/plugins/CorePluginsAdmin/templates/manage.tpl
@@ -11,7 +11,7 @@
<tr>
<th>{'CorePluginsAdmin_Plugin'|translate}</th>
<th class="num">{'CorePluginsAdmin_Version'|translate}</th>
- <th>{'CorePluginsAdmin_Description'|translate}</th>
+ <th>{'General_Description'|translate}</th>
<th class="status">{'CorePluginsAdmin_Status'|translate}</th>
<th class="action-links">{'CorePluginsAdmin_Action'|translate}</th>
</tr>