1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-26 21:13:50 +01:00

Merge pull request #3907 from hanakin/ticket/14165

[ticket/14165] Fix layout of ucp/mcp after 14139
This commit is contained in:
Marc Alexander 2015-09-15 16:44:45 +02:00
commit d4a47409f7
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</p>
<!-- ENDIF -->
<div id="tabs">
<div id="tabs" class="tabs">
<ul>
<!-- BEGIN l_block1 -->
<li class="tab<!-- IF l_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a></li>

View File

@ -2,7 +2,7 @@
<h2 class="ucp-title">{L_UCP}</h2>
<div id="tabs">
<div id="tabs" class="tabs">
<ul>
<!-- BEGIN t_block1 -->
<li class="tab<!-- IF t_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{t_block1.U_TITLE}">{t_block1.L_TITLE}</a></li>
@ -98,4 +98,4 @@
</div>
<div id="cp-main" class="cp main ucp-main panel-container">
<div id="cp-main" class="cp-main ucp-main panel-container">