aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile-hide-friends.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-07 18:00:35 -0700
committerFriendika <info@friendika.com>2011-04-07 18:00:35 -0700
commit338ba485548f9ec1acbc9349f7db95e84c51e7eb (patch)
treed43dc2127c85e5a1df96a1aeb24e23d35d846b67 /view/profile-hide-friends.tpl
parent3a6dfb9862c4d91f7a2f259bca447a469e19e8b5 (diff)
downloadvolse-hubzilla-338ba485548f9ec1acbc9349f7db95e84c51e7eb.tar.gz
volse-hubzilla-338ba485548f9ec1acbc9349f7db95e84c51e7eb.tar.bz2
volse-hubzilla-338ba485548f9ec1acbc9349f7db95e84c51e7eb.zip
more templates
Diffstat (limited to 'view/profile-hide-friends.tpl')
-rw-r--r--view/profile-hide-friends.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/profile-hide-friends.tpl b/view/profile-hide-friends.tpl
new file mode 100644
index 000000000..9ecacfbe0
--- /dev/null
+++ b/view/profile-hide-friends.tpl
@@ -0,0 +1,16 @@
+<p id="hide-friends-text">
+$desc
+</p>
+
+ <div id="hide-friends-yes-wrapper">
+ <label id="hide-friends-yes-label" for="hide-friends-yes">$yes_str</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_str</label>
+ <input type="radio" name="hide-friends" id="hide-friends-no" $no_selected value="0" />
+
+ <div id="hide-friends-end"></div>
+ </div>