Ignore:
Timestamp:
May 25, 2011, 11:01:55 AM (13 years ago)
Author:
plg
Message:

bug 1786 fixed: ability to prefilter the synchronize screen with a specific
album by clicking on the new "Synchronize" icon on album admin page or album
admin list.

This is not the solution proposed by Gotcha (ie a treeview to select the album
on the synchronize screen) but it solves the same problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/cat_list.php

    r8728 r11040  
    308308    $tpl_cat['U_DELETE'].= '&pwg_token='.get_pwg_token();
    309309  }
     310  else
     311  {
     312    if ($conf['enable_synchronization'])
     313    {
     314      $tpl_cat['U_SYNC'] = $base_url.'site_update&site=1&cat_id='.$category['id'];
     315    }
     316  }
    310317
    311318  if ( array_key_exists($category['id'], $categories_with_images) )
Note: See TracChangeset for help on using the changeset viewer.