mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
ability to hide profile and wall from unknown people
This commit is contained in:
parent
21769d7390
commit
e3d1ef8ef7
10 changed files with 63 additions and 7 deletions
16
view/profile-hide-wall.tpl
Normal file
16
view/profile-hide-wall.tpl
Normal file
|
@ -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>
|
|
@ -52,6 +52,8 @@ $dob $age
|
|||
|
||||
$hide_friends
|
||||
|
||||
$hide_wall
|
||||
|
||||
<div class="profile-edit-submit-wrapper" >
|
||||
<input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
|
||||
</div>
|
||||
|
|
|
@ -701,6 +701,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no,
|
||||
#profile-in-netdir-yes,
|
||||
#profile-in-netdir-no,
|
||||
#hide-wall-yes,
|
||||
#hide-wall-no,
|
||||
#hide-friends-yes,
|
||||
#hide-friends-no {
|
||||
float: left;
|
||||
|
@ -718,6 +720,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no-label,
|
||||
#profile-in-netdir-yes-label,
|
||||
#profile-in-netdir-no-label,
|
||||
#hide-wall-yes-label,
|
||||
#hide-wall-no-label,
|
||||
#hide-friends-yes-label,
|
||||
#hide-friends-no-label {
|
||||
margin-left: 125px;
|
||||
|
@ -801,6 +805,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-end,
|
||||
#profile-in-netdir-break,
|
||||
#profile-in-netdir-end,
|
||||
#hide-wall-break,
|
||||
#hide-wall-end,
|
||||
#hide-friends-break,
|
||||
#hide-friends-end,
|
||||
#settings-normal-break,
|
||||
|
|
|
@ -825,6 +825,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no,
|
||||
#profile-in-netdir-yes,
|
||||
#profile-in-netdir-no,
|
||||
#hide-wall-yes,
|
||||
#hide-wall-no,
|
||||
#hide-friends-yes,
|
||||
#hide-friends-no,
|
||||
#settings-normal,
|
||||
|
@ -839,6 +841,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-no-label,
|
||||
#profile-in-netdir-yes-label,
|
||||
#profile-in-netdir-no-label,
|
||||
#hide-wall-yes-label,
|
||||
#hide-wall-no-label,
|
||||
#hide-friends-yes-label,
|
||||
#hide-friends-no-label {
|
||||
margin-left: 125px;
|
||||
|
@ -917,6 +921,8 @@ input#dfrn-url {
|
|||
#profile-in-dir-end,
|
||||
#profile-in-netdir-break,
|
||||
#profile-in-netdir-end,
|
||||
#hide-wall-break,
|
||||
#hide-wall-end,
|
||||
#hide-friends-break,
|
||||
#hide-friends-end,
|
||||
#settings-normal-break,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue