diff options
author | PayBas <contact@paybas.com> | 2014-06-13 14:38:41 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-13 14:38:41 +0200 |
commit | 93c39477e02d3f0f78f9da234908b37e47ecf2c5 (patch) | |
tree | aaa529b30cff834da98bc6b4c3ea30fa649d5602 /phpBB/styles/prosilver/template/viewtopic_body.html | |
parent | f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3 (diff) | |
download | forums-93c39477e02d3f0f78f9da234908b37e47ecf2c5.tar forums-93c39477e02d3f0f78f9da234908b37e47ecf2c5.tar.gz forums-93c39477e02d3f0f78f9da234908b37e47ecf2c5.tar.bz2 forums-93c39477e02d3f0f78f9da234908b37e47ecf2c5.tar.xz forums-93c39477e02d3f0f78f9da234908b37e47ecf2c5.zip |
[ticket/12613] Replaced topic-actions with action-bar
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 6ed0dd6bab..1d68a95cd4 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -25,7 +25,7 @@ </div> <!-- ENDIF --> -<div class="topic-actions"> +<div class="action-bar"> <div class="buttons"> <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> @@ -51,7 +51,7 @@ <!-- IF .pagination or TOTAL_POSTS --> <div class="pagination"> - <!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> • <!-- ENDIF -->{TOTAL_POSTS} + <!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}" class="mark">{L_VIEW_UNREAD_POST}</a> • <!-- ENDIF -->{TOTAL_POSTS} <!-- IF .pagination --> <!-- INCLUDE pagination.html --> <!-- ELSE --> @@ -337,7 +337,7 @@ <!-- ENDIF --> <!-- EVENT viewtopic_body_topic_actions_before --> -<div class="topic-actions"> +<div class="action-bar"> <div class="buttons"> <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> <a href="{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"> |