diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-23 14:04:35 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-23 14:04:35 +0100 |
commit | 1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1 (patch) | |
tree | 629a2c3cb457293bbe77c956011ad370aa087a78 /view/sv/settings.tpl | |
parent | 4a1426934968384d10a38f335a1c0c49b058dc2d (diff) | |
parent | 93504896155d74fc42f6bf60cb61d65295f6b911 (diff) | |
download | volse-hubzilla-1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1.tar.gz volse-hubzilla-1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1.tar.bz2 volse-hubzilla-1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1.zip |
Merge branch 'master' of github.com:fabrixxm/friendika
Diffstat (limited to 'view/sv/settings.tpl')
-rw-r--r-- | view/sv/settings.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/sv/settings.tpl b/view/sv/settings.tpl index ea4e2e52c..d5b8d5b3f 100644 --- a/view/sv/settings.tpl +++ b/view/sv/settings.tpl @@ -89,6 +89,14 @@ $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> |