aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/profile-hide-friends.tpl
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-23 23:50:54 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-23 23:50:54 +0100
commit2f532f579c8b3a7052f67c72af901bf2926a85bf (patch)
tree6779dd94c7bd466330839f61658a9d31170db296 /view/it/profile-hide-friends.tpl
parenta1d593613d737d6f1a694adaddf515187580105c (diff)
parentc55cb45855ede35e593f6a1ed5e5878144cf0ad0 (diff)
downloadvolse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.tar.gz
volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.tar.bz2
volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it/profile-hide-friends.tpl')
-rw-r--r--view/it/profile-hide-friends.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/it/profile-hide-friends.tpl b/view/it/profile-hide-friends.tpl
new file mode 100644
index 000000000..fb04d449b
--- /dev/null
+++ b/view/it/profile-hide-friends.tpl
@@ -0,0 +1,16 @@
+<p id="hide-friends-text">
+Nascondere la lista di contatti/amici dai visitatori di questo profilo?
+</p>
+
+ <div id="hide-friends-yes-wrapper">
+ <label id="hide-friends-yes-label" for="hide-friends-yes">Si</label>
+ <input type="radio" name="hide-friends" id="hide-friends-yes" $yes_selected value="1" />
+
+ <div id="hide-friends-break" ></div>
+ </div>
+ <div id="hide-friends-no-wrapper">
+ <label id="hide-friends-no-label" for="hide-friends-no">No</label>
+ <input type="radio" name="hide-friends" id="hide-friends-no" $no_selected value="0" />
+
+ <div id="hide-friends-end"></div>
+ </div>