aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/profile-in-directory.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-18 18:07:37 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-18 18:07:37 +0100
commit878bdeccfd66b7b8229fd761c23ba13bc51c7454 (patch)
tree6b881c4f71389ef6aa49776e8b99ac65f30f4ec2 /view/sv/profile-in-directory.tpl
parentf4f5095e19badcc85453182b86bff97f57228257 (diff)
parent9838245c6c9b2e311650b53a1c3aa1ef778ef935 (diff)
downloadvolse-hubzilla-878bdeccfd66b7b8229fd761c23ba13bc51c7454.tar.gz
volse-hubzilla-878bdeccfd66b7b8229fd761c23ba13bc51c7454.tar.bz2
volse-hubzilla-878bdeccfd66b7b8229fd761c23ba13bc51c7454.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/sv/profile-in-directory.tpl')
-rw-r--r--view/sv/profile-in-directory.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/sv/profile-in-directory.tpl b/view/sv/profile-in-directory.tpl
new file mode 100644
index 000000000..98af3e59a
--- /dev/null
+++ b/view/sv/profile-in-directory.tpl
@@ -0,0 +1,16 @@
+<p id="profile-in-directory">
+Publish your default profile in site directory?
+</p>
+
+ <div id="profile-in-dir-yes-wrapper">
+ <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Yes</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>