diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-14 10:28:19 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-14 10:28:19 +0100 |
commit | a118f83ee23d9151157500737022db018e922a9f (patch) | |
tree | d40f91dc1f0f957dfdde470d8065fcdfedec2d26 /view/de/lostpass.tpl | |
parent | 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (diff) | |
download | volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.gz volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.bz2 volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.zip |
initial stuff for the german translation
Diffstat (limited to 'view/de/lostpass.tpl')
-rw-r--r-- | view/de/lostpass.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/de/lostpass.tpl b/view/de/lostpass.tpl new file mode 100644 index 000000000..a7040c149 --- /dev/null +++ b/view/de/lostpass.tpl @@ -0,0 +1,18 @@ +<h3>Forgot your Password?</h3> + +<p id="lostpass-desc"> +Enter your email address and submit to have your password reset. Then check your email for further instructions. +</p> + +<form action="lostpass" method="post" > +<div id="login-name-wrapper"> + <label for="login-name" id="label-login-name">Nickname or Email: </label> + <input type="text" maxlength="60" name="login-name" id="login-name" value="" /> +</div> +<div id="login-extra-end"></div> +<div id="login-submit-wrapper" > + <input type="submit" name="submit" id="lostpass-submit-button" value="Reset" /> +</div> +<div id="login-submit-end"></div> +</form> + |