Created
December 22, 2018 16:18
-
-
Save marc1706/eac643bedc0d48582b49d0d7bbe960d6 to your computer and use it in GitHub Desktop.
prosilver changes 3.2.4 to 3.2.5
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