diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-01-16 00:09:10 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-01-16 00:09:10 +0200 |
commit | 107a9016f1d4677f059cd0e10ccfdd8bd79cfce2 (patch) | |
tree | ab1fe4e10db0ade25963c082ae68cdb8f2d2a372 /phpBB/styles/prosilver/template/ucp_pm_message_header.html | |
parent | 74b09c01ffce189c73053f2d3749740254287aa7 (diff) | |
download | forums-107a9016f1d4677f059cd0e10ccfdd8bd79cfce2.tar forums-107a9016f1d4677f059cd0e10ccfdd8bd79cfce2.tar.gz forums-107a9016f1d4677f059cd0e10ccfdd8bd79cfce2.tar.bz2 forums-107a9016f1d4677f059cd0e10ccfdd8bd79cfce2.tar.xz forums-107a9016f1d4677f059cd0e10ccfdd8bd79cfce2.zip |
[ticket/10431] Remove .left class from reply-all
Remove .left class from .reply-all button
PHPBB3-10431
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_message_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index 29e6a5a46b..f03b7c2c86 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -11,7 +11,7 @@ <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div> <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span>{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF --> <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF --> - <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 --><div class="reply-all"><a class="left" title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">{L_REPLY_TO_ALL}</a></div><!-- ENDIF --> + <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 --><div class="reply-all"><a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">{L_REPLY_TO_ALL}</a></div><!-- ENDIF --> </div> <!-- ENDIF --> |