Style-prefixes
authorLuzifr <szekely@woltlab.com>
Tue, 7 Feb 2012 15:43:30 +0000 (16:43 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 7 Feb 2012 15:43:30 +0000 (16:43 +0100)
wcfsetup/install/files/acp/templates/header.tpl

index c920e985734266aae64e999297506461654b6018..31bcb4266160820038bfca333227914d0565b41e 100644 (file)
@@ -92,9 +92,9 @@
                                <nav id="topMenu" class="wcf-topMenu">
                                        <div>
                                                <ul>
-                                                       <li id="userMenu" class="userMenu"><!-- ToDo: We need an ID and/or class for each list here, this ID may also change! -->
-                                                               <span class="dropdownCaption userAvatar">{lang}wcf.user.userNote{/lang}</span>
-                                                               <ul class="dropdown">
+                                                       <li id="userMenu" class="wcf-userMenu"><!-- ToDo: We need an ID and/or class for each list here, this ID may also change! -->
+                                                               <span class="wcf-dropdownCaption userAvatar">{lang}wcf.user.userNote{/lang}</span>
+                                                               <ul class="wcf-dropdown">
                                                                        <li><a href="{link controller='Logout'}t={@SECURITY_TOKEN}{/link}" onclick="return confirm('{lang}wcf.user.logout.sure{/lang}')">{lang}wcf.user.logout{/lang}</a></li>
                                                                </ul>
                                                        </li>