]> git.mxchange.org Git - friendica.git/blobdiff - view/profile_photo.tpl
maintain page position when hovering on pop-outs
[friendica.git] / view / profile_photo.tpl
index d518e73312efb290ad3e20852910128eca49912e..0b3a1cac17f82038c637df84ca971100c390fcff 100644 (file)
@@ -1,14 +1,19 @@
-<h1>Upload Profile Photo</h1>
+<h1>$title</h1>
 
 <form enctype="multipart/form-data" action="profile_photo" method="post">
+<input type='hidden' name='form_security_token' value='$form_security_token'>
 
 <div id="profile-photo-upload-wrapper">
-<label id="profile-photo-upload-label" for="profile-photo-upload">Upload File: </label>
+<label id="profile-photo-upload-label" for="profile-photo-upload">$lbl_upfile </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">
+<input type="submit" name="submit" id="profile-photo-submit" value="$submit">
 </div>
 
-</form>
\ No newline at end of file
+</form>
+
+<div id="profile-photo-link-select-wrapper">
+$select
+</div>
\ No newline at end of file