Created
December 1, 2018 17:26
-
-
Save marc1706/a665296737bdab8a1750095a828d062f to your computer and use it in GitHub Desktop.
phpBB 3.2.5-RC1 prosilver changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html | |
index d9752be..eea699d 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment