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:
f5b6fe5
)
Added password lost button
author
Marcel Werk
<burntime@woltlab.com>
Mon, 3 Mar 2014 20:53:19 +0000
(21:53 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 3 Mar 2014 20:53:19 +0000
(21:53 +0100)
com.woltlab.wcf/templates/userPanel.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/userPanel.tpl
b/com.woltlab.wcf/templates/userPanel.tpl
index cb4df0c0773253c58235d66914ce49a5917d06e6..3909e4c33b82c8555585513beaa84dbab50018a6 100644
(file)
--- a/
com.woltlab.wcf/templates/userPanel.tpl
+++ b/
com.woltlab.wcf/templates/userPanel.tpl
@@
-123,6
+123,7
@@
<div class="formSubmit">
<input type="submit" id="loginSubmitButton" name="submitButton" value="{lang}wcf.user.button.login{/lang}" accesskey="s" />
+ <a class="button" href="{link controller='LostPassword'}{/link}"><span>{lang}wcf.user.lostPassword{/lang}</span></a>
<input type="hidden" name="url" value="{$__wcf->session->requestURI}" />
{@SECURITY_TOKEN_INPUT_TAG}
</div>