diff options
Diffstat (limited to 'template/yoga/admin/site_update.tpl')
-rw-r--r-- | template/yoga/admin/site_update.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 98f797c96..fc0899a90 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -68,6 +68,7 @@ <li><label><input type="radio" name="sync" value="files" {if 'files'==$introduction.sync}checked="checked"{/if}/> {'update_sync_all'|@translate}</label></li> <li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}/> {'update_display_info'|@translate}</label></li> <li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}/> {'add new elements to caddie'|@translate}</label></li> + <li><label>{'Minimum privacy level'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li> </ul> </fieldset> |