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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-28 03:07:52 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-28 03:07:52 +0400
commite20c0f86431de3c35c3e5cf7f66d8d98c71aced7 (patch)
tree6f5c6359390128afa87da03e68eed0a3fd5ddaf2 /plugins/Feedback
parente768f4d2788a74d44ba102bbcf3f68e320174f7b (diff)
- Adding description to each plugin
- cleaning plugins listing, splitting ExamplePlugin in multiple small plugins, renamed Home -> CoreHome PluginsAdmin -> CorePluginsAdmin AdminHome -> CoreAdminHome - simplified authentication classes (not using Zend_Auth_Db anymore) - adding a new widget listing the last posts on Piwik.org/blog
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/Controller.php1
-rw-r--r--plugins/Feedback/Feedback.php2
-rw-r--r--plugins/Feedback/index.tpl2
3 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php
index 8105529b18..45046a8342 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/Controller.php
@@ -18,7 +18,6 @@ class Piwik_Feedback_Controller extends Piwik_Controller
function index()
{
$view = new Piwik_View('Feedback/index.tpl');
-
echo $view->render();
}
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index fc80da5713..964d4157c0 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.php
@@ -15,7 +15,7 @@ class Piwik_Feedback extends Piwik_Plugin
{
return array(
'name' => 'Feedback',
- 'description' => '',
+ 'description' => 'Send your Feedback to the Piwik Team in one click. Share your ideas and suggestions with us!',
'author' => 'Piwik',
'homepage' => 'http://piwik.org/',
'version' => '0.1',
diff --git a/plugins/Feedback/index.tpl b/plugins/Feedback/index.tpl
index 77536a0773..21faa165dd 100644
--- a/plugins/Feedback/index.tpl
+++ b/plugins/Feedback/index.tpl
@@ -14,7 +14,7 @@ input, textarea, p {
<br /><input type="text" name="email" size="40" /></p>
<p><strong>Body:</strong>
-<br /><textarea name="body" cols="40" rows="15"></textarea></p>
+<br /><textarea name="body" cols="40" rows="13"></textarea></p>
<p><input type="submit" value="Send feedback" />