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_modify.php

    r9051 r11040  
    271271      )
    272272    );
     273
     274  if ($conf['enable_synchronization'])
     275  {
     276    $template->assign(
     277      'U_SYNC',
     278      $base_url.'site_update&site=1&cat_id='.$category['id']
     279      );
     280  }
     281
    273282}
    274283
Note: See TracChangeset for help on using the changeset viewer.