diff options
author | Friendika <info@friendika.com> | 2011-05-24 16:30:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 16:30:52 -0700 |
commit | e3d1ef8ef7c1be2a8588ec1709304f766b0c7607 (patch) | |
tree | 36fa06a1745df6c041b99b23a3524b7bd14bcfa7 /view/profile-hide-wall.tpl | |
parent | 21769d7390a0bcfb5c74e53c05867ab52a54448b (diff) | |
download | volse-hubzilla-e3d1ef8ef7c1be2a8588ec1709304f766b0c7607.tar.gz volse-hubzilla-e3d1ef8ef7c1be2a8588ec1709304f766b0c7607.tar.bz2 volse-hubzilla-e3d1ef8ef7c1be2a8588ec1709304f766b0c7607.zip |
ability to hide profile and wall from unknown people
Diffstat (limited to 'view/profile-hide-wall.tpl')
-rw-r--r-- | view/profile-hide-wall.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/profile-hide-wall.tpl b/view/profile-hide-wall.tpl new file mode 100644 index 000000000..10185e243 --- /dev/null +++ b/view/profile-hide-wall.tpl @@ -0,0 +1,16 @@ +<p id="hide-wall-text"> +$desc +</p> + + <div id="hide-wall-yes-wrapper"> + <label id="hide-wall-yes-label" for="hide-wall-yes">$yes_str</label> + <input type="radio" name="hidewall" id="hide-wall-yes" $yes_selected value="1" /> + + <div id="hide-wall-break" ></div> + </div> + <div id="hide-wall-no-wrapper"> + <label id="hide-wall-no-label" for="hide-wall-no">$no_str</label> + <input type="radio" name="hidewall" id="hide-wall-no" $no_selected value="0" /> + + <div id="hide-wall-end"></div> + </div> |