aboutsummaryrefslogtreecommitdiffstats
path: root/view/it/settings.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-20 17:54:50 -0700
committerFriendika <info@friendika.com>2011-03-20 17:54:50 -0700
commitb7292bc673bc7983b1fd933070bc9d6a0a155dbb (patch)
treef0add46f5b1aa1794a0c40b58069626e96fed4a1 /view/it/settings.tpl
parent2b0af1456ceebb6be24768d14702742e73125588 (diff)
downloadvolse-hubzilla-b7292bc673bc7983b1fd933070bc9d6a0a155dbb.tar.gz
volse-hubzilla-b7292bc673bc7983b1fd933070bc9d6a0a155dbb.tar.bz2
volse-hubzilla-b7292bc673bc7983b1fd933070bc9d6a0a155dbb.zip
user pref -> block remote wall posting
Diffstat (limited to 'view/it/settings.tpl')
-rw-r--r--view/it/settings.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/it/settings.tpl b/view/it/settings.tpl
index 87f40f26f..d1e25da81 100644
--- a/view/it/settings.tpl
+++ b/view/it/settings.tpl
@@ -90,6 +90,13 @@ $profile_in_net_dir
</div>
<div id="settings-default-perms-end"></div>
+<div id="settings-blockw-wrapper" >
+<label id="settings-blockw-label" for="settings-blockw" >Allow friends to post to your profile: </label>
+<input type="checkbox" name="blockwall" id="settings-blockw" value="1" $blockw_checked />
+</div>
+<div id="settings-blockw-end" ></div>
+
+
<div id="settings-expire-desc">Automatically expire (delete) posts older than <input type="text" size="3" name="expire" value="$expire" /> days</div>
<div id="settings-expire-end"></div>