Ignore:
Timestamp:
Aug 25, 2005, 12:22:29 AM (19 years ago)
Author:
plg
Message:
  • 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r792 r849  
    165165    $history_yes = ($conf['log']=='true')?'checked="checked"':'';
    166166    $history_no  = ($conf['log']=='false')?'checked="checked"':'';
    167     $notif_yes = ($conf['mail_notification']=='true')?'checked="checked"':'';
    168     $notif_no = ($conf['mail_notification']=='false')?'checked="checked"':'';
    169167    $lock_yes = ($conf['gallery_locked']=='true')?'checked="checked"':'';
    170168    $lock_no = ($conf['gallery_locked']=='false')?'checked="checked"':'';
     
    180178        'L_CONF_HISTORY'=>$lang['history'],
    181179        'L_CONF_HISTORY_INFO'=>$lang['conf_log_info'],
    182         'L_CONF_NOTIFICATION'=>$lang['conf_notification'],
    183         'L_CONF_NOTIFICATION_INFO'=>$lang['conf_notification_info'],
    184180        'L_CONF_GALLERY_LOCKED'=>$lang['conf_gallery_locked'],
    185181        'L_CONF_GALLERY_LOCKED_INFO'=>$lang['conf_gallery_locked_info'],
     
    189185        'HISTORY_YES'=>$history_yes,
    190186        'HISTORY_NO'=>$history_no,
    191         'NOTIFICATION_YES'=>$notif_yes,
    192         'NOTIFICATION_NO'=>$notif_no,
    193187        'GALLERY_LOCKED_YES'=>$lock_yes,
    194188        'GALLERY_LOCKED_NO'=>$lock_no,
Note: See TracChangeset for help on using the changeset viewer.