diff options
Diffstat (limited to 'template/cclear/admin/configuration.tpl')
-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> |