diff options
author | Friendika <info@friendika.com> | 2011-03-20 17:54:50 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-20 17:54:50 -0700 |
commit | b7292bc673bc7983b1fd933070bc9d6a0a155dbb (patch) | |
tree | f0add46f5b1aa1794a0c40b58069626e96fed4a1 /view/fr/settings.tpl | |
parent | 2b0af1456ceebb6be24768d14702742e73125588 (diff) | |
download | volse-hubzilla-b7292bc673bc7983b1fd933070bc9d6a0a155dbb.tar.gz volse-hubzilla-b7292bc673bc7983b1fd933070bc9d6a0a155dbb.tar.bz2 volse-hubzilla-b7292bc673bc7983b1fd933070bc9d6a0a155dbb.zip |
user pref -> block remote wall posting
Diffstat (limited to 'view/fr/settings.tpl')
-rw-r--r-- | view/fr/settings.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/fr/settings.tpl b/view/fr/settings.tpl index eb386579f..e0334842a 100644 --- a/view/fr/settings.tpl +++ b/view/fr/settings.tpl @@ -89,6 +89,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> |