diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-10-13 19:48:14 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-10-13 19:48:14 +0000 |
commit | 04b1448051345a4dbc1357f3b41e49f0e522a083 (patch) | |
tree | 75440d69c5f5411788be42bb71698b9110268f4b | |
parent | 36983da764695bb516645a176156bbc8187ef41a (diff) | |
download | forums-04b1448051345a4dbc1357f3b41e49f0e522a083.tar forums-04b1448051345a4dbc1357f3b41e49f0e522a083.tar.gz forums-04b1448051345a4dbc1357f3b41e49f0e522a083.tar.bz2 forums-04b1448051345a4dbc1357f3b41e49f0e522a083.tar.xz forums-04b1448051345a4dbc1357f3b41e49f0e522a083.zip |
Changelog fix and make MCP errors a little easier to see
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9012 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e65c4142a4..5ccd6493cb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -140,7 +140,7 @@ <li>[Fix] Increase board topic counter when splitting topics. (Bug #32125)</li> <li>[Fix] Display profile icons when viewing a topic, or PM when only the jabber icon is to be visible. (Bug #34755)</li> <li>[Fix] Do not send PMs with warnings if the user cannot read PMs or they are disabled. (Bug #30815)</li> - <li>[Fix] Correctly convert Neil's Birthday MOD to the date format used in phpBB3. (Bug #32895)</li> + <li>[Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)</li> <li>[Fix] Parse BBCode lists of type square, circle and disc. (Bug #35295)</li> <li>[Fix] Round the displayed percentages in polls. (Bug #32375)</li> <li>[Fix] Disable mass e-mail when e-mail is disabled. (Bug #27385)</li> diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html index 9af0f4c4e6..13cc7e12cf 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -45,7 +45,7 @@ <!-- IF MESSAGE --> <div class="content"> <h2>{L_MESSAGE}</h2> - <p>{MESSAGE}</p> + <p class="error">{MESSAGE}</p> <p><!-- BEGIN return_links -->{return_links.MESSAGE_LINK}<br /><br /><!-- END return_links --></p> </div> <!-- ENDIF --> |