projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f632af1
)
Added class
author
Luzifr
<szekely@woltlab.com>
Tue, 31 Jan 2012 13:25:09 +0000
(14:25 +0100)
committer
Luzifr
<szekely@woltlab.com>
Tue, 31 Jan 2012 13:25:09 +0000
(14:25 +0100)
wcfsetup/install/files/acp/templates/header.tpl
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/templates/header.tpl
b/wcfsetup/install/files/acp/templates/header.tpl
index 7b5c4691773858ffc591f21d24aae65ecbf460e5..fa12c2797f3a893fd0d03f7bfe37ecfe6b363b94 100644
(file)
--- a/
wcfsetup/install/files/acp/templates/header.tpl
+++ b/
wcfsetup/install/files/acp/templates/header.tpl
@@
-91,7
+91,7
@@
<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">{lang}wcf.user.userNote{/lang}</span>
+ <span class="dropdownCaption
userAvatar
">{lang}wcf.user.userNote{/lang}</span>
<ul class="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>