aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/profile-in-directory.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2010-12-23 21:34:26 +0100
committerfabrixxm <fabrix.xm@gmail.com>2010-12-23 21:34:26 +0100
commite47a816a8fd50f5fcec51652ada223773ddad11f (patch)
tree312731be5eef970234acf45c6710b2c7940b3394 /view/it/profile-in-directory.tpl
parentdd83923057643888cc1c6dbb8ded9d52e766f525 (diff)
downloadvolse-hubzilla-e47a816a8fd50f5fcec51652ada223773ddad11f.tar.gz
volse-hubzilla-e47a816a8fd50f5fcec51652ada223773ddad11f.tar.bz2
volse-hubzilla-e47a816a8fd50f5fcec51652ada223773ddad11f.zip
IT language
Diffstat (limited to 'view/it/profile-in-directory.tpl')
-rw-r--r--view/it/profile-in-directory.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/it/profile-in-directory.tpl b/view/it/profile-in-directory.tpl
new file mode 100644
index 000000000..0a904ecdc
--- /dev/null
+++ b/view/it/profile-in-directory.tpl
@@ -0,0 +1,16 @@
+<p id="profile-in-directory">
+Pubblicare il tuo profilo di default nell'elenco sul sisto?
+</p>
+
+ <div id="profile-in-dir-yes-wrapper">
+ <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Si</label>
+ <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" $yes_selected value="1" />
+
+ <div id="profile-in-dir-break" ></div>
+ </div>
+ <div id="profile-in-dir-no-wrapper">
+ <label id="profile-in-dir-no-label" for="profile-in-dir-no">No</label>
+ <input type="radio" name="profile_in_directory" id="profile-in-dir-no" $no_selected value="0" />
+
+ <div id="profile-in-dir-end"></div>
+ </div>