1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11957] Responsive ACP tabs

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin
2013-10-26 21:04:44 +03:00
parent b79cfa9f4a
commit e9c0c9d5d2
4 changed files with 282 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ function dE(n, s, type)
<div id="tabs">
<ul>
<!-- BEGIN t_block1 -->
<li<!-- IF t_block1.S_SELECTED --> id="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li>
<li<!-- IF t_block1.S_SELECTED --> class="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li>
<!-- END t_block1 -->
</ul>
</div>