diff options
author | plegall <plg@piwigo.org> | 2005-08-24 22:22:29 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-24 22:22:29 +0000 |
commit | 429dd2ff626119727103297cd33b3c9a3b921d89 (patch) | |
tree | 5059b7d2bcc7bc849f65c6cb569e13900f0ab01c /template/cclear/admin/configuration.tpl | |
parent | b08df0468873fa5e6f69a0737d3557bd1de0daa1 (diff) |
- deletion : no mail notification anymore. Feature replaced by RSS feed
notification.
- improvement : on waiting pictures management. Ability to validate all or
reject all in one clic.
- regrouped fields in admin/update
git-svn-id: http://piwigo.org/svn/trunk@849 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/cclear/admin/configuration.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/cclear/admin/configuration.tpl b/template/cclear/admin/configuration.tpl index 1277de25a..a806b2af9 100644 --- a/template/cclear/admin/configuration.tpl +++ b/template/cclear/admin/configuration.tpl @@ -24,11 +24,6 @@ <input type="radio" class="radio" name="log" value="false" {general.HISTORY_NO} />{L_NO}</td> </tr> <tr> - <td><strong>{general.L_CONF_NOTIFICATION} :</strong><br /><span class="small">{general.L_CONF_NOTIFICATION_INFO}</span></td> - <td class="row1"><input type="radio" class="radio" name="mail_notification" value="true" {general.NOTIFICATION_YES} />{L_YES} - <input type="radio" class="radio" name="mail_notification" value="false" {general.NOTIFICATION_NO} />{L_NO}</td> - </tr> - <tr> <td><strong>{general.L_CONF_GALLERY_LOCKED} :</strong><br /><span class="small">{general.L_CONF_GALLERY_LOCKED_INFO}</span></td> <td class="row1"><input type="radio" class="radio" name="gallery_locked" value="true" {general.GALLERY_LOCKED_YES} />{L_YES} <input type="radio" class="radio" name="gallery_locked" value="false" {general.GALLERY_LOCKED_NO} />{L_NO}</td> |