feature 2089: Batch Manager, switch from global to unit mode with tabs
git-svn-id: http://piwigo.org/svn/trunk@8413 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c811651769
commit
6495263fd4
4 changed files with 185 additions and 26 deletions
|
|
@ -314,17 +314,8 @@ $base_url = get_root_url().'admin.php';
|
|||
$template->assign(
|
||||
array(
|
||||
'filter' => $_SESSION['bulk_manager_filter'],
|
||||
|
||||
'selection' => $collection,
|
||||
|
||||
'U_DISPLAY'=>$base_url.get_query_string_diff(array('display')),
|
||||
|
||||
'U_UNIT_MODE'
|
||||
=>
|
||||
$base_url
|
||||
.get_query_string_diff(array('mode','display'))
|
||||
.'&mode=unit',
|
||||
|
||||
'F_ACTION'=>$base_url.get_query_string_diff(array('cat')),
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue