diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-09 20:10:50 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-09 20:10:50 +0000 |
commit | 7b515a89ccc6188246977a5dfdfa1969ff705546 (patch) | |
tree | 011fb86afb8071c518ee1b61b85bc21b79d40749 /admin/themes/default/template/element_set_global.tpl | |
parent | 855a7dbb7a3f7ae325cde96ccb24f72b807ec225 (diff) |
feature 1845 : be able to delete photos added through ftp synchronization
git-svn-id: http://piwigo.org/svn/trunk@6873 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/element_set_global.tpl')
-rw-r--r-- | admin/themes/default/template/element_set_global.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/themes/default/template/element_set_global.tpl b/admin/themes/default/template/element_set_global.tpl index 35e047942..b357cae54 100644 --- a/admin/themes/default/template/element_set_global.tpl +++ b/admin/themes/default/template/element_set_global.tpl @@ -85,9 +85,6 @@ {if isset($show_delete_form) } <fieldset> <legend>{'Deletions'|@translate}</legend> -{if $ENABLE_SYNCHRONIZATION} - <p style="font-style:italic">{'Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization.'|@translate}</p> -{/if} <p> {'target'|@translate} <label><input type="radio" name="target_deletion" value="all"> {'all'|@translate}</label> |