diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-05 09:19:03 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-05 09:19:03 +0100 |
commit | 0c83fb4d807d2cdf78acc4bd206bc7b278b01f53 (patch) | |
tree | 1d0641cc3ac5641c2ce289e9720ba212e56214fb /view/it/profile_photo.tpl | |
parent | acd5f49d437e5d399dbf907031f2b50d9257e18e (diff) | |
parent | 8cced061bba8d5ef18e2fa5ead0edcdc90d06e73 (diff) | |
download | volse-hubzilla-0c83fb4d807d2cdf78acc4bd206bc7b278b01f53.tar.gz volse-hubzilla-0c83fb4d807d2cdf78acc4bd206bc7b278b01f53.tar.bz2 volse-hubzilla-0c83fb4d807d2cdf78acc4bd206bc7b278b01f53.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it/profile_photo.tpl')
-rw-r--r-- | view/it/profile_photo.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/it/profile_photo.tpl b/view/it/profile_photo.tpl index d941743d4..4d77e87cf 100644 --- a/view/it/profile_photo.tpl +++ b/view/it/profile_photo.tpl @@ -1,4 +1,4 @@ -<h1>Upload Profile Photo</h1> +<h1>Carica foto del profilo</h1> <form enctype="multipart/form-data" action="profile_photo" method="post"> @@ -12,3 +12,7 @@ </div> </form> + +<div id="profile-photo-link-select-wrapper"> +o <a href='photos/$user'>seleziona una foto da un album</a> +</div>
\ No newline at end of file |