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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-10 18:40:07 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-10 18:40:07 +0400
commit4cc9a9919fd698788065b3d212c2e44409ff1d1a (patch)
treecd2f068e5d1d89391cc6d919c8428e529440ad5c /plugins/Feedback
parent82f71a597f152be2cccae4ae3c9fe1a15654378e (diff)
FF3 ignores the font size css for a readonly textarea
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/templates/sent.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/templates/sent.tpl b/plugins/Feedback/templates/sent.tpl
index 2931b7acd6..5ae4c1872a 100644
--- a/plugins/Feedback/templates/sent.tpl
+++ b/plugins/Feedback/templates/sent.tpl
@@ -11,7 +11,7 @@
{if isset($ErrorString)}
<div id="feedback-error"><strong>{'General_Error'|translate}:</strong> {$ErrorString}</div>
<p>{'Feedback_ManuallySendEmailTo'|translate} <a href='mailto:hello@piwik.org?subject={'[Feedback form - Piwik]'|escape:"hex"}&body={$message|stripeol|escape:"hex"}'>hello@piwik.org</a></p>
- <textarea cols="57" rows="10" readonly="readonly">{$message}</textarea>
+ <textarea cols="53" rows="10" readonly="readonly">{$message}</textarea>
<p><a href="#" id="feedback-retry"><img src="plugins/Feedback/images/go-previous.png" border="0" title="{'General_Previous'|translate}" alt="[{'General_Previous'|translate}]" /></a></p>
{else}
<div id="feedback-success">{'Feedback_MessageSent'|translate}</div>