diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-15 13:43:08 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:46 -0700 |
| commit | d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2 (patch) | |
| tree | 38cadcb85043722a3c4e9c51edce93fd0e71d02d /phpBB/styles/prosilver/template/ucp_pm_history.html | |
| parent | 00ff33c9b42479bee386cd45e863cb0bfe25a882 (diff) | |
| download | forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar.gz forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar.bz2 forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.tar.xz forums-d3b9c87b420f0deeeffdb02cec6cd46f9f5a25b2.zip | |
[ticket/12155] Use the new .button class as the basis for the post buttons.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_history.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_history.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index d08f622d1f..c499242280 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.html @@ -18,8 +18,12 @@ <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3> <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE --> - <ul class="profile-icons"> - <li class="quote-icon"><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}"><span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span></a></li> + <ul class="post-buttons"> + <li class="quote-icon"> + <a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button"> + <span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span> + </a> + </li> </ul> <!-- ENDIF --> |
