diff options
Diffstat (limited to 'view/fr')
-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> |