diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-06-20 22:41:46 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-06-20 22:41:46 +0000 |
commit | 9d56fa5e7087fc6cdfe4448bd17d5f02929aff7c (patch) | |
tree | 256cb1c0e1fbf5e3a849280baa769ef0b8a4d6e6 /phpBB/styles/prosilver/template/ucp_pm_history.html | |
parent | 5ea9f6e3fc82ba39bbfde03b61a868d3c7b94f45 (diff) | |
download | forums-9d56fa5e7087fc6cdfe4448bd17d5f02929aff7c.tar forums-9d56fa5e7087fc6cdfe4448bd17d5f02929aff7c.tar.gz forums-9d56fa5e7087fc6cdfe4448bd17d5f02929aff7c.tar.bz2 forums-9d56fa5e7087fc6cdfe4448bd17d5f02929aff7c.tar.xz forums-9d56fa5e7087fc6cdfe4448bd17d5f02929aff7c.zip |
Fix bug #37015 - PMs - message history opacity
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9639 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_history.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_history.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index d4ef61c4a9..88efcf95be 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.html @@ -17,9 +17,9 @@ <!-- ENDIF --> <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3> - <p class="author<!-- IF history_row.S_CURRENT_MSG --> current<!-- ENDIF -->">{history_row.MINI_POST_IMG} {L_SENT_AT}: <strong>{history_row.SENT_DATE}</strong><br /> + <p class="author">{history_row.MINI_POST_IMG} {L_SENT_AT}: <strong>{history_row.SENT_DATE}</strong><br /> {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}</p> - <div class="content<!-- IF history_row.S_CURRENT_MSG --> current<!-- ENDIF -->">{history_row.MESSAGE}</div> + <div class="content">{history_row.MESSAGE}</div> <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div> </div> |