diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-26 21:04:44 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-26 22:00:25 +0300 |
| commit | e9c0c9d5d2fa808476c52a6dce13df6da56394a6 (patch) | |
| tree | 06adfc71b77c2c66380d54330a47016e00ed04be /phpBB/adm/style/overall_header.html | |
| parent | b79cfa9f4afe2d131d5ad1e50e919656ff6a857d (diff) | |
| download | forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar.gz forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar.bz2 forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.tar.xz forums-e9c0c9d5d2fa808476c52a6dce13df6da56394a6.zip | |
[ticket/11957] Responsive ACP tabs
PHPBB3-11957
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
| -rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index eb16c61fd1..455446f8e3 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -119,7 +119,7 @@ function popup(url, width, height, name) <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> |
