aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
author3D-I <marktravai@gmail.com>2019-01-06 04:14:00 +0100
committer3D-I <marktravai@gmail.com>2019-01-06 04:25:53 +0100
commit89f586e99e6617270e201bda9d38e32618d3db2f (patch)
treed506daeab0f4308274c29f1aac36e0476bd2ff6b /phpBB/styles
parenteead94c8a6829f43df6e0e97ecfa7ef566d92bc3 (diff)
parent871875d9aa3d0b0a17a0eb1936323d5737a438f5 (diff)
downloadforums-89f586e99e6617270e201bda9d38e32618d3db2f.tar
forums-89f586e99e6617270e201bda9d38e32618d3db2f.tar.gz
forums-89f586e99e6617270e201bda9d38e32618d3db2f.tar.bz2
forums-89f586e99e6617270e201bda9d38e32618d3db2f.tar.xz
forums-89f586e99e6617270e201bda9d38e32618d3db2f.zip
[ticket/15889] Use array version of sql_from tables in sql array
PHPBB3-15889
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/style.cfg4
-rw-r--r--phpBB/styles/prosilver/template/memberlist_email.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg
index b0b6a8ca28..a588f1e558 100644
--- a/phpBB/styles/prosilver/style.cfg
+++ b/phpBB/styles/prosilver/style.cfg
@@ -21,8 +21,8 @@
# General Information about this style
name = prosilver
copyright = © phpBB Limited, 2007
-style_version = 3.2.4
-phpbb_version = 3.2.4
+style_version = 3.2.5
+phpbb_version = 3.2.5
# Defining a different template bitfield
# template_bitfield = //g=
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>