diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-10-04 21:31:35 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-10-04 21:31:35 +0000 |
commit | 5449c591a9721a63098f794a24e0bcef690ebb51 (patch) | |
tree | cffa50a6b77b053e3e738cada55f5623352977f5 /phpBB/styles | |
parent | 95ff1f3b64fdbf7d72fa86a94cf606a0369aa6bd (diff) | |
download | forums-5449c591a9721a63098f794a24e0bcef690ebb51.tar forums-5449c591a9721a63098f794a24e0bcef690ebb51.tar.gz forums-5449c591a9721a63098f794a24e0bcef690ebb51.tar.bz2 forums-5449c591a9721a63098f794a24e0bcef690ebb51.tar.xz forums-5449c591a9721a63098f794a24e0bcef690ebb51.zip |
- changed ucp classes to work with the new module system
- mcp is no longer working, i know.
git-svn-id: file:///svn/phpbb/trunk@5254 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_header.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html index 5eb2182897..2aae1231c1 100644 --- a/phpBB/styles/subSilver/template/ucp_header.html +++ b/phpBB/styles/subSilver/template/ucp_header.html @@ -51,24 +51,25 @@ <tr> <th>{L_OPTIONS}</th> </tr> - <!-- BEGIN ucp_section --> + + <!-- BEGIN l_block1 --> <tr> - <!-- IF ucp_section.S_SELECTED --> - <td class="row1"><b class="nav">{ucp_section.L_TITLE}</b> + <!-- IF l_block1.S_SELECTED --> + <td class="row1"><b class="nav">{l_block1.L_TITLE}</b> <ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;"> - <!-- BEGIN ucp_subsection --> - <li>» <!-- IF ucp_section.ucp_subsection.S_SELECTED --><b>{ucp_section.ucp_subsection.L_TITLE}</b><!-- ELSE --><a href="{ucp_section.ucp_subsection.U_TITLE}">{ucp_section.ucp_subsection.L_TITLE}</a><!-- ENDIF --></li> - <!-- END ucp_subsection --> + <!-- BEGIN l_block2 --> + <li>» <!-- IF l_block1.l_block2.S_SELECTED --><b>{l_block1.l_block2.L_TITLE}</b><!-- ELSE --><a href="{l_block1.l_block2.U_TITLE}">{l_block1.l_block2.L_TITLE}</a><!-- ENDIF --></li> + <!-- END l_block2 --> </ul> - <!-- ELSE --> - <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{ucp_section.U_TITLE}'"><a class="nav" href="{ucp_section.U_TITLE}">{ucp_section.L_TITLE}</a> + <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{l_block1.U_TITLE}'"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a> <!-- ENDIF --> </td> </tr> - <!-- END ucp_section --> -</table> + <!-- END l_block1 --> + + </table> <div style="padding: 2px;"></div> |