aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-11-29 18:59:17 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-11-29 18:59:17 +0100
commit15ba5f700d41407315581033bd58e49d6aa450fc (patch)
tree04d283c4e25f0a137ca2e278fed62a701432b8ab
parentf8e1c66e81ef59bdaf94ca649304045ebd324971 (diff)
parentc4741399dd28f088c19106e59463c0da1fe9496a (diff)
downloadforums-15ba5f700d41407315581033bd58e49d6aa450fc.tar
forums-15ba5f700d41407315581033bd58e49d6aa450fc.tar.gz
forums-15ba5f700d41407315581033bd58e49d6aa450fc.tar.bz2
forums-15ba5f700d41407315581033bd58e49d6aa450fc.tar.xz
forums-15ba5f700d41407315581033bd58e49d6aa450fc.zip
Merge pull request #5451 from vinny/ticket/15867
[ticket/15867] Add class for message field in the contact form
-rw-r--r--phpBB/styles/prosilver/template/memberlist_email.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html
index d9752bed00..eea699da08 100644
--- a/phpBB/styles/prosilver/template/memberlist_email.html
+++ b/phpBB/styles/prosilver/template/memberlist_email.html
@@ -77,7 +77,7 @@
<dl>
<dt><label for="message">{L_MESSAGE_BODY}{L_COLON}</label><br />
<span>{L_EMAIL_BODY_EXPLAIN}</span></dt>
- <dd><textarea name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
+ <dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
</dl>
<!-- IF S_REGISTERED_USER -->
<dl>