aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorVinny <vinnykun@hotmail.com>2018-11-11 17:08:20 -0300
committerVinny <vinnykun@hotmail.com>2018-11-11 17:08:20 -0300
commitc4741399dd28f088c19106e59463c0da1fe9496a (patch)
treefe9b6b6cc92d3a55638312d1fc335257963d113c /phpBB/styles/prosilver/template
parentf4063e475dff62f68bdd4c813bf3450492abb3c1 (diff)
downloadforums-c4741399dd28f088c19106e59463c0da1fe9496a.tar
forums-c4741399dd28f088c19106e59463c0da1fe9496a.tar.gz
forums-c4741399dd28f088c19106e59463c0da1fe9496a.tar.bz2
forums-c4741399dd28f088c19106e59463c0da1fe9496a.tar.xz
forums-c4741399dd28f088c19106e59463c0da1fe9496a.zip
[ticket/15867] Add class for message field in the contact form
PHPBB3-15867
Diffstat (limited to 'phpBB/styles/prosilver/template')
-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>