mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
17 lines
414 B
HTML
17 lines
414 B
HTML
<!-- INCLUDE mcp_header.html -->
|
|
<h2>{L_WHOIS}</h2>
|
|
|
|
<div class="panel">
|
|
<div class="inner">
|
|
|
|
<p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
|
|
<div class="postbody"><div class="content">
|
|
<pre>{WHOIS}</pre>
|
|
</div></div>
|
|
<p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- INCLUDE mcp_footer.html -->
|