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-08-14 22:09:06 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-08-14 22:09:06 +0400
commitd81e75e645303cecee4fb037e269903653f4400b (patch)
tree4d7d4ca8e30621e9691b08dfaa7a8b9c4c53634f /plugins/Feedback
parent23c5db1fa75f95ff20c14931820e7e7ce050c686 (diff)
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Feedback/index.tpl b/plugins/Feedback/index.tpl
index 454404f284..7cc06f9fd2 100644
--- a/plugins/Feedback/index.tpl
+++ b/plugins/Feedback/index.tpl
@@ -14,9 +14,9 @@ input {
<form method="post" action="?module=Feedback&action=sendFeedback">
<p><strong>your email :</strong>
-<br /><input type="text" name="email" size="47" /></p>
+<br /><input type="text" name="email" size="40" /></p>
<p><strong>your feedback:</strong><br/>
<i>please be precise if you request for a feature or report a bug</i></p>
-<textarea name="body" cols="45" rows="10"></textarea>
+<textarea name="body" cols="37" rows="10"></textarea>
<input type="submit" value="Send feedback" />
</form>