diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-26 00:55:19 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-26 00:55:19 +0000 |
commit | 9e1f97cd16128bfc9488c4d75f8e3f04c95b24ed (patch) | |
tree | 9fed6e85ebdb8a79eca2e75777c7505d46d50528 /template/yoga/admin/site_update.tpl | |
parent | 6aa72e141a0b651f35e6d4dc08777d715aed2e71 (diff) |
- can set privacy level for added elements during site sync
- removed some unused css and simplified a bit dark theme (more consistent with the orhers)
git-svn-id: http://piwigo.org/svn/trunk@2292 68402e56-0260-453c-a942-63ccdbb3a9ee
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> |