diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-21 11:56:47 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-21 11:56:47 +0100 |
commit | e0d6d68f606f2c6d372a2c6e8299cab74d42f9cb (patch) | |
tree | 33f7add990500b4d714ae06d2232a220b9e03e42 /view/de/profile_photo.tpl | |
parent | 21bc6982acc78ca44fc6babf9654c619e8dee0e5 (diff) | |
parent | c61defb2b058e94490d89e9c7d20fdf93bd2d12e (diff) | |
download | volse-hubzilla-e0d6d68f606f2c6d372a2c6e8299cab74d42f9cb.tar.gz volse-hubzilla-e0d6d68f606f2c6d372a2c6e8299cab74d42f9cb.tar.bz2 volse-hubzilla-e0d6d68f606f2c6d372a2c6e8299cab74d42f9cb.zip |
Merge branch 'master' of git://github.com/tobiasd/friendika
Diffstat (limited to 'view/de/profile_photo.tpl')
-rw-r--r-- | view/de/profile_photo.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/de/profile_photo.tpl b/view/de/profile_photo.tpl new file mode 100644 index 000000000..958952240 --- /dev/null +++ b/view/de/profile_photo.tpl @@ -0,0 +1,14 @@ +<h1>Profilbild Hochladen</h1> + +<form enctype="multipart/form-data" action="profile_photo" method="post"> + +<div id="profile-photo-upload-wrapper"> +<label id="profile-photo-upload-label" for="profile-photo-upload">Datei hochladen: </label> +<input name="userfile" type="file" id="profile-photo-upload" size="48" /> +</div> + +<div id="profile-photo-submit-wrapper"> +<input type="submit" name="submit" id="profile-photo-submit" value="Upload"> +</div> + +</form>
\ No newline at end of file |