mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14881] Add action-bar wrap to jump actions
PHPBB3-14881
This commit is contained in:
parent
dbd9c1f242
commit
0e53442fd4
1 changed files with 29 additions and 27 deletions
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
<div class="action-bar actions-jump">
|
||||||
<!-- IF S_VIEWTOPIC -->
|
<!-- IF S_VIEWTOPIC -->
|
||||||
<p class="jumpbox-return"><a href="{U_VIEW_FORUM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_FORUM}</a></p>
|
<p class="jumpbox-return"><a href="{U_VIEW_FORUM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_FORUM}</a></p>
|
||||||
<!-- ELSEIF S_VIEWFORUM -->
|
<!-- ELSEIF S_VIEWFORUM -->
|
||||||
|
@ -28,5 +29,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<br /><br />
|
</br></br>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue