]> git.mxchange.org Git - friendica.git/blob - view/de/profile_photo.tpl
resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
[friendica.git] / view / de / profile_photo.tpl
1 <h1>Profilbild Hochladen</h1>
2
3 <form enctype="multipart/form-data" action="profile_photo" method="post">
4
5 <div id="profile-photo-upload-wrapper">
6 <label id="profile-photo-upload-label" for="profile-photo-upload">Datei hochladen: </label>
7 <input name="userfile" type="file" id="profile-photo-upload" size="48" />
8 </div>
9
10 <div id="profile-photo-submit-wrapper">
11 <input type="submit" name="submit" id="profile-photo-submit" value="Upload">
12 </div>
13
14 </form>
15
16 <div id="profile-photo-link-select-wrapper">
17 oder <a href='photos/$user'>wähle ein Bild aus einem Album</a>
18 </div>