Changeset 8423


Ignore:
Timestamp:
Jan 1, 2011, 3:50:30 PM (13 years ago)
Author:
plg
Message:

bug fixed: caddie and recent pictures in the admin menu now goes to the new Batch Manager

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r8394 r8423  
    128128    'U_WAITING'=> $link_start.'upload',
    129129    'U_RATING'=> $link_start.'rating',
    130     'U_CADDIE'=> $link_start.'element_set&cat=caddie',
    131     'U_RECENT_SET'=> $link_start.'element_set&cat=recent',
     130    'U_CADDIE'=> $link_start.'batch_manager&cat=caddie',
     131    'U_RECENT_SET'=> $link_start.'batch_manager&cat=recent',
    132132    'U_BATCH'=> $link_start.'batch_manager',
    133133    'U_TAGS'=> $link_start.'tags',
  • trunk/admin/batch_manager.php

    r8422 r8423  
    9191  }
    9292
     93  if ('recent' == $_GET['cat'])
     94  {
     95    $_SESSION['bulk_manager_filter'] = array(
     96      'prefilter' => 'last import'
     97      );
     98  }
     99
    93100  if (is_numeric($_GET['cat']))
    94101  {
Note: See TracChangeset for help on using the changeset viewer.